Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120
From: Oleg Starodumov (com-dot-debuginfo-at-oleg)
Date: 03/01/05
- Next message: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Previous message: Hifni Shahzard: "RE: Java Object Problem"
- In reply to: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Next in thread: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Reply: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 10:39:48 +0200
> I re-compile as you mentioned. Unfortunately, ws2_32.lib is not listed at
> Release Build at the Output file. Also, I compare the Debug Output file and
> Release output File. The only differenece is the lack of "ws2_32.lib" at
> Release Build file.
>
It means that ws2_32.lib is not specified in the list of import libraries.
Please check again Project Settings | Configuration Properties | Linker | Input |
Additional Dependencies, and make sure that ws2_32.lib is there.
Make sure that when you check it, Release is selected in Configuration listbox
at the top of the dialog page.
If it does not help, try to add ws2_32.lib to your project explicitly (in the same way
as you would add an ordinary source file).
Regards,
Oleg
- Next message: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Previous message: Hifni Shahzard: "RE: Java Object Problem"
- In reply to: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Next in thread: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Reply: Alper AKCAYOZ: "Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|