Hey everyone,
When I compile my managed C++ project I get the following linker error:
nochkclr.obj : warning LNK4099: PDB 'libc.pdb' was not found with
'C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\nochkclr.obj' or
at 'C:\XXXXXXXX\Debug\libc.pdb'; linking object as if no debug info
I don't really understand this message. I started the project from scratch
and it isn't really big, just four classes. I haven't touched any project
setting whatsoever. Perhaps I should set something in the project settings, I
don't really know.
Can you help me?
Thanks,

Signature
Tom Tempelaere.
William DePalo [MVP VC++] - 08 Mar 2005 15:38 GMT
> nochkclr.obj : warning LNK4099: PDB 'libc.pdb' was not found with
> 'C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\nochkclr.obj'
> or
> at 'C:\XXXXXXXX\Debug\libc.pdb'; linking object as if no debug info
Yup.
> I don't really understand this message. I started the project from scratch
> and it isn't really big, just four classes. I haven't touched any project
[quoted text clipped - 3 lines]
>
> Can you help me?
Maybe. I think that you have to live with it for now. This link says that
the error can be safely ignored:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/LNK
4099.asp
Regards,
Will
TT (Tom Tempelaere) - 08 Mar 2005 16:17 GMT