I assume its a shared library.  Its just a .lib file that I include in the
main project.  So:  I have a project, the output of which is a .lib file.  I
then copy that file and header file to the location of the main project.  It
is added to the main project and built/linked.  When I step into a function
that is in the .lib file I only get assembler.  Can you explain what you
mean when you say 'link your static library project with your user project,
so you can get combined browser data'?

--
Chris Percival
www.interaxis.co.uk

Ben Combee <[EMAIL PROTECTED]> wrote in message
news:40659@palm-dev-forum...
>
> "Chris Percival" <[EMAIL PROTECTED]> wrote in message
> news:40609@palm-dev-forum...
> >
> > Is it posable to step into a library whilst debugging and step through
> > source code (not assembler)?  I have written the main program and the
> > library, and have both open in Codewarrior.  Both are compiled with
> > optimisations turned off.  What else do I need to do?
>
> Shared library or static library?  I step into static libraries all the
> time.  Its easiest when you actually link your static library project with
> your user project, so you can get combined browser data.  For shared
> libraries, I've only ever debugged one side at a time, either the user of
> the lib or the library itself.
>
> --
> Ben Combee
> Veriprise Wireless <http://www.veriprise.com>
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to