Cloow
Active Member
- Joined
- May 10, 2010
- Messages
- 1,086
- Reaction score
- 35
Hello,
I'm trying to compile OTAcademy version of RME following these steps Compiling on Windows.
But I'm getting these errors, anyone has clues?
I can compile hampusborgos/rme just fine, but not zbizu's fork

Line 157

Im using Visual Studio 2022
I'm trying to compile OTAcademy version of RME following these steps Compiling on Windows.
But I'm getting these errors, anyone has clues?
I can compile hampusborgos/rme just fine, but not zbizu's fork

C++:
Severity Code Description Project File Line Suppression State
Error C2243 'static_cast': conversion from 'void (__cdecl DatDebugView::* )(E &)' to 'void (__cdecl wxEvtHandler::* )(E &)' exists, but is inaccessible RME D:\vcpkg\installed\x64-windows\include\wx\event.h 157
C++:
Severity Code Description Project File Line Suppression State
Error C2243 'static_cast': conversion from 'void (__cdecl MainMenuBar::* )(E &)' to 'void (__cdecl wxEvtHandler::* )(E &)' exists, but is inaccessible RME D:\vcpkg\installed\x64-windows\include\wx\event.h 157
Line 157

Im using Visual Studio 2022
Last edited: