3D not working in debug
Posted: Mon May 13, 2024 9:44 pm
I downloaded the demo version of PureBasic to see the 3D capabilities.
However the program crashes to the very first line when trying to run a debug mode in the editor (pressing F5)
Just this line and the program doesn't run.
"The debugged executable quit unexpectedly."
If I build the executable then it works when I run the exe.
However the program crashes to the very first line when trying to run a debug mode in the editor (pressing F5)
Code: Select all
InitEngine3D()"The debugged executable quit unexpectedly."
If I build the executable then it works when I run the exe.