lnk1181 glowcode.lib missing

  • Thread starter Thread starter frank brown
  • Start date Start date
F

frank brown

I took an sdi mfc app created under vstudio (prior to .net) and rebuilt it
using vstudio.net. The debug configuration builds fine, but when I try to
build the release version I get the following linker fatal error - LNK1181:
cannot open input file 'glowcode.lib'.

There is no such file on my workstation. What is glowcode.lib, and why is
the linker looking for it? If I need it, where do I get it? I am using
Microsoft Development Environment 2003 Version 7.1.3088, .NET Framework 1.1
version 1.1.4322, and Microsoft Visual C++ .NET 69462-112-0083613-18434.

-frank brown
http://www.inwa.net/~frog/
 
There is no such file on my workstation. What is glowcode.lib, and why is
the linker looking for it? If I need it, where do I get it? I am using
Microsoft Development Environment 2003 Version 7.1.3088, .NET Framework 1.1
version 1.1.4322, and Microsoft Visual C++ .NET 69462-112-0083613-18434.
Glowcode is a memory leak detection, code profiler.

The person that has created the VC++ 6.0 project was probably using
Glowcode but you are not...

You can either remove all references to glowcode or buy it.

Here is their URL:
http://www.glowcode.com/

// Anders

Crossposted to: microsoft.public.dotnet.languages.vc,microsoft.public.dotnet.languages.vc.libraries,microsoft.public.vc.mfc
Replies will go to: microsoft.public.dotnet.languages.vc
 
Back
Top