Hi everyone
 
I would like to use Win32 API like LoadCursor and SetCursor. The second
argument of LoadCursor is returned by the Macro called MAKEINTRESOURCE
 
For example, IDC_WAIT = MAKEINTRESOURCE(32524)
 
The macro definition in Winuser.h is :
 
(for Ascii)
#define MAKEINTRESOURCEA(i) (LPSTR) ((ULONG_PTR)((DWORD)(i)))
 
Hor could I include that into the MapBasic program ?
 
Thank you

Reply via email to