You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake can't properly locate SDL2. Tested workarounds don't help. Currently it has to be done manually which is lots of needless work.
Visual Studio demands a _tmain entry point although a plain main should theoretically suffice.
The Visual Studio compiler complains a lot and needs many additional includes where normally forward declarations suffice.
The gcc specific CXX_FLAGS specified in CMake obviously make the Visual Studio compiler choke.
There are probably some wrong project properties set by Cmake, but concrete errors couldn't be isolated yet.
Performance Problems
Every 1 - 2 seconds the window noticeably jumps/stutters for one frame. (Works properly in Wine)
When/After dragging the window the textures of the objectlayer/all actors suddenly disappear. Also sound doesn't play anymore. (Works properly in Wine)
The text was updated successfully, but these errors were encountered:
Compilation Problems
CMake can't properly locate SDL2. Tested workarounds don't help. Currently it has to be done manually which is lots of needless work.Visual Studio demands a _tmain entry point although a plain main should theoretically suffice.The Visual Studio compiler complains a lot and needs many additional includes where normally forward declarations suffice.The gcc specific CXX_FLAGS specified in CMake obviously make the Visual Studio compiler choke.There are probably some wrong project properties set by Cmake, but concrete errors couldn't be isolated yet.Performance Problems
The text was updated successfully, but these errors were encountered: