Hello, Any allegro experts around? I wrote cffi bindings (Dec-15) for some functions in wxWidgets, the bindings work smoothly on clisp and lispworks.
But they crash on allegro. Then I tried to write the allego bindings directly, but it still crashes.
Please help on why this is happening or how to fix it?
Thanks.
The different bindings and corresponding C code:
The dll file which I was using can be found at:
http://cvs.sourceforge.net/viewcvs.py/wxcl/wxcl/lib/
P.S.- I am using a Windows XP machine.