Hi,
these are perfect valid expressions under win32 comiling, but under win64, the compiler(assembler)
complains that these expressions are undefined:
if(hModule == NULL) return;
if(hRunLib == NULL) return;
and thats what i get on output in the IDE:
C:\projects\DRC64\DRC64.c(537): error #3120: [asm] Symbol '@379' is undefined.
C:\projects\DRC64\DRC64.c(2130): error #3120: [asm] Symbol '@636' is undefined.
Any idea why i get this,...?
regards
K.