Re: [Nant-users] link error -- cannot open user32.lib

2005-07-25 Thread Martin Gainty
find where user32.lib is located and stick it in the front part of the LIB environment variable - Original Message - From: "Jill Bryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, July 25, 2005 9:20 AM Subject: RE: [Nant-users] link error -- cann

RE: [Nant-users] link error -- cannot open user32.lib

2005-07-25 Thread Jill Bryan
I also have the LIB environment variable set to find the libraries. However, judging by the output, the problem isn't finding the libraries, it's opening user32.lib. Any other ideas what could be wrong? From: Melissa Kacher The linker doesn"t use PATH to find libraries. It"s LIB. See vcvars32

RE: [Nant-users] link error -- cannot open user32.lib

2005-07-22 Thread Melissa Kacher
The linker doesn't use PATH to find libraries. It's LIB. See vcvars32.bat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jill Bryan Sent: Friday, July 22, 2005 1:54 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] link error -- cannot open