Re: VC++ .NET> Release Build results LNK2001, LNK2019 and LNK1120
From: Oleg Starodumov (com-dot-debuginfo-at-oleg)
Date: 02/28/05
- Next message: Rod: "Re: New to Visual Studio and unable to run projects"
- Previous message: Carlos J. Quintero [.NET MVP]: "Re: VS 2003 crashing!"
- 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: Mon, 28 Feb 2005 12:44:11 +0200
> I have written /verbose::lib into that place before your answer.
> Unfortunately, it still gives the LNK2001 error for all WinSock functions,
> when I build in Release Mode.
>
/verbose option does not affect the outcome of linking, it only provides
some troubleshooting output in build output window.
Please look at that window and see whether the linker was able to find ws2_32.lib.
Also compare the output with debug build, to see if there are differences.
Regards,
Oleg
- Next message: Rod: "Re: New to Visual Studio and unable to run projects"
- Previous message: Carlos J. Quintero [.NET MVP]: "Re: VS 2003 crashing!"
- 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
|