View Single Post
  #1 (permalink)  
Old November 11th, 2008, 05:35 PM
Yomero Yomero is offline
Registered User
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Yomero Send a message via Yahoo to Yomero
Default fatal error LNK1120:

Hi, I have these errors:

--------------------Configuration: IP_devllink_06 - Win32 Debug--------------------
Linking...
IP_devlink_06.obj : error LNK2001: unresolved external symbol _DLClose@4
IP_devlink_06.obj : error LNK2001: unresolved external symbol _DLOpen@24
Debug/IP_devllink_06.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

IP_devllink_06.exe - 3 error(s), 0 warning(s)

The probloem is that i am including my header in the project, and the name of these functions are the same (DLOpen and DLClose) when I compile, it runs well but when I try to Build the Link doesn't work

Any idea to solve it?

Thanks in advance.


Reply With Quote