I get this error:
main.obj : error LNK2001: unresolved external symbol @
[email protected]
build/debug/odnet9.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
when i try to access function that is declared as:
extern BOOL asmGetCPUType(CPUID_T *);
and compiled with...