Hello everyone,
The program run perfectly until i use any fuction from allegro_primitives.h, for example: al_draw_rectangle() or al_draw_circle().
Code Blocks
Allegro 5.2.7 (allegro-x86_64-w64-mingw32-gcc-10.2.0-posix-seh-static-5.2.7.0)
Intel UHD Graphics 630
Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz 3.70 GHz
x64
Windows 10 Pro
I'm lost, no wrong .dll somewhere. Compiled with seh-static-5.2.7
and dlls from seh-static-5.2.7
Simple Test Code:
----------------------
Debugger name and version: GNU gdb (GDB) 8.1
Child process PID: 6896
At main.cpp:27
Do you have a backtrace?
Hey, i adde this code:
//system("pause");
Result:
Init: 1
Ver: 5020701
Ver: 5020701
Primitive: 1
I attached debug too.
That's not it. It needs to be a list of functions + files + line numbers that comprise the call stack. It should start in your main, and end somewhere in the primitives addon (and I'd like to know where in the addon it stops).