Hello!
I've been using DBProEx compiler on Windows 7 for a long time, cause it compiles a way faster especially complex code with many lines.
Unfortunately I found that on Windows 10 (version 21H1) I have a completely useless .exe that silently crashes.
After few tests I got that .exe will silently crash if you use in your code such commands:
r=effect exist(1)
r=object exist(1)
r=limb exist(1,1)
r=memblock exist(1)
r=mesh exist(1)
r=camera exist(1)
r=LIGHT EXIST(1)
r=MATRIX EXIST(1)
r=NET GAME EXISTS()
r=PARTICLES EXIST(1)
r=TERRAIN EXIST(1)
It happens even if you don't call them directly and just have them somewhere in your code.
So you can write like:
set display mode 800,600,32,1
wait 1000
end
and it will work fine, but if you wiil use any command for 3d object it will crash.
Also there is problem with Matrix1Utils plugins: crash with message: Failed to load DLL (3: Matrix1Util_23.dll)
I gues it is similar to that post:
https://forum.thegamecreators.com/thread/229228
From this point I think that DBProEx is useless on Windows 10 and above...
Let me know if you have such troubles or you just use original compiler?
PS
Matrix1Utils plugins don't work even with original compiler.Seems not good, they were very useful.