Can you confirm the following errors in the WIN32API.INC:
FUNCTION
AddJob pData should be a LONG not a BYTE
GetJob pJob should be a LONG not a BYTE
SetJob pJob should be a LONG not a BYTE
All the above parameters are data pointers in memory.
------------------
FUNCTION
AddJob pData should be a LONG not a BYTE
GetJob pJob should be a LONG not a BYTE
SetJob pJob should be a LONG not a BYTE
All the above parameters are data pointers in memory.
------------------
Comment