Link Error: LNK1181

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I have the following link error in my .Net C++ application compiler and cannot figure out what the problem is as I am not using the platform SDK wmutils.lib file and also when I open it in explorer it seems fine

LINK : fatal error LNK1181: cannot open input file '\documents and settings\nxr\program files\microsoft visual studio .net 2003\vc7\platformsdk\lib\wmiutils.lib

Does anyone have any ideas? This has only occurred when I have tried to implement the Singleton pattern in my app code

Thank yo

Natasha
Brighton, UK
 
What's the platform you're developing under?
Windows version, Service Pack, etc.

Also - what's the account membership status - is an admin, debug users, etc.

Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA, MCT
eAgility LLC

Natasha said:
Hi

I have the following link error in my .Net C++ application compiler and
cannot figure out what the problem is as I am not using the platform SDK
wmutils.lib file and also when I open it in explorer it seems fine.
LINK : fatal error LNK1181: cannot open input file '\documents and
settings\nxr\program files\microsoft visual studio .net
2003\vc7\platformsdk\lib\wmiutils.lib'
Does anyone have any ideas? This has only occurred when I have tried to
implement the Singleton pattern in my app code.
 
Back
Top