[litwindow-users] Re: vs 2005 compilation
Status: Alpha
Brought to you by:
hajokirchhoff
From: Hajo K. <mai...@ha...> - 2005-04-20 14:35:24
|
yrs90 wrote: > I'm thinking that this might not be a library problem. I've been tracing > through the function and I watch it iterate through the name space looking > for "Items". Hm, silly question. Did you rebuild the litwindow library with the new tools? > > This is a great idea! The only thing is that I don't know how to extract > the symbols from the obj files without the linkers help. You don't have to. Just pass the relevant 'generate debug symbols' switch to the compiler and also pass the 'create program database' switch to the linker. All you need is the program database. Regards Hajo |