AndyHollywood
Programmer
Hello
I'm having probs linking a dll with my app, it keep son giving me unresolved externals:
Compiling...
authenticate32.cpp
Linking...
authenticate32.obj : error LNK2001: unresolved external symbol __chkesp
LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
Debug/authenticate32.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
authenticate32.exe - 3 error(s), 0 warning(s)
I don't know where to begin to solve them, I was hoping some one could give me guidance or advice on where to start.
Heres a link to the project files:
its a main project with the dll in the sub folder.
cheers for any advice
Andy
I'm having probs linking a dll with my app, it keep son giving me unresolved externals:
Compiling...
authenticate32.cpp
Linking...
authenticate32.obj : error LNK2001: unresolved external symbol __chkesp
LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
Debug/authenticate32.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
authenticate32.exe - 3 error(s), 0 warning(s)
I don't know where to begin to solve them, I was hoping some one could give me guidance or advice on where to start.
Heres a link to the project files:
its a main project with the dll in the sub folder.
cheers for any advice
Andy