April 20, 2024, 03:09:52 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Another Callback Delima

Started by J B Wood (Zumwalt), November 27, 2007, 10:09:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

J B Wood (Zumwalt)

November 27, 2007, 10:09:04 PM Last Edit: November 28, 2007, 09:36:51 AM by Jonathan (zumwalt) Wood
I have 2 methods that still need converted, and for the life of me I haven't figured these 2 out..

DECLARE CDECL import,bbSetBlitz3DDebugCallback(void (*callback)(CONST char *));
DECLARE CDECL import,bbSetBlitz3DEventCallback(int (*callback)(int hwnd,int msg,int wparam,int lparam));

help...

Update: this has been taken care of in the 3D threads, thanks Sapero.