Chazcon
Prince
LINK : warning LNK4089: all references to 'KERNEL32.dll' discarded by /OPT:REF
It's a harmless warning. There's a way to make the compiler ignore this by putting /IGNORE:4089 somewhere in the linker, I haven't messed with that yet.
I've compiled over 100 .dll's using Visual C++ 2005 Express Edition and Maian's instructions. Wonderful to use a Microsoft product to work in the code.
It's a harmless warning. There's a way to make the compiler ignore this by putting /IGNORE:4089 somewhere in the linker, I haven't messed with that yet.
I've compiled over 100 .dll's using Visual C++ 2005 Express Edition and Maian's instructions. Wonderful to use a Microsoft product to work in the code.