Thanks Robin,
Unfortunately, that's exactly my problem.  I can't debug any of the
sub-projects that this happens in.  I set a breakpoint and VS sets it to
unavailable when I start debugging.  So not only can't I get into the APR
library (As expected) but I also can't debug the entire DLL.

I'm sure I have some thing set wrong but...

Larry/Shorahmin

-----Original Message-----
From: Robin Cornelius [mailto:robin.cornel...@gmail.com] 
Sent: Monday, December 21, 2009 09:46
To: brick...@odyssey.net
Cc: SLDev Mailing List
Subject: Re: [sldev] LNK4099 warning

On Mon, Dec 21, 2009 at 2:37 PM, Laurence Brickner <brick...@hughes.net>
wrote:
> Hi all,
>
> I'm getting many dozens of this type warning:
>
> 1>apr-1.lib(inet_pton.obj) : warning LNK4099: PDB 'apr-1_ib_11.pdb' was
not
> found with '..\..\..\libraries\i686-win32\lib\release\apr-1.lib' or at
> 'C:\Documents and
>
Settings\Larry\Desktop\SnowGlobe\linden\indra\media_plugins\VNCPlugin\RelWit
hDebInfo\apr-1_ib_11.pdb';
> linking object as if no debug info
>

The various prebuilt libs that are dependencies of the viewer do not
have the debug database file with them (the .pdb file) all this means
in practice is that if you are debugging you cannot step into the
library file from visual studio and see nice pretty human readable
things, you will only be able to see assembler from the disassembly
output, when walking in to the library file.

Robin

_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to