Warning LNK4099: PDB 'libc.pdb' was not found with ...

G

Guest

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,
 
W

William DePalo [MVP VC++]

TT (Tom Tempelaere) said:
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
setting whatsoever. Perhaps I should set something in the project
settings, I
don't really know.

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/LNK4099.asp

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top