March 29, 2024, 01:35:46 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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.