i saw in Thread viewtopic.php?t=44864&start=41
- Code: Select all Expand view
- #define DC_CALL_STD 0x20
where can t find these Constants ?
under Xbase++ i have more Constants
- Code: Select all Expand view
- #define DLL_SYSTEM 4
#define DLL_CDECL 8
#define DLL_STDCALL 32
#define DLL_XPPCALL 128
#ifdef __OS2__
#define DLL_OSAPI DLL_SYSTEM
#else
#define DLL_OSAPI DLL_STDCALL
#endif
how does it look like under Harbour