How to pass hDC from C++ to PureBasic DLL
Posted: Wed Jul 13, 2005 2:23 pm
I have an app that allows for plugins. The SDK distributed is for C++, but I'd like to roll my own with PB. One function the main app calls uses a hDC as one of it's parameters
void PlugTrans(HDC CurPage, HDC NextPage)
how would I write this with PB?
thanks
void PlugTrans(HDC CurPage, HDC NextPage)
how would I write this with PB?
thanks