> Isn't that a static library?  A .lib file that you link 
> against your app
> is static.  A PRC that you call dynamically is shared.
> 

My bad.  Got my terminology mixed.  I meant statically linked library.

> The browser only currently works with function definitions.  
> The Palm OS
> headers work by accident -- all those prototypes are really inline
> function definitions that insert assembly to call a system trap.

Ok, I was wondering why the PalmOS prototypes worked :)

> To get highlighting for your library in your project, you need to add
> the library's build project to your client project.  This has two
> benefits.  First, it links the browser databases, so you can browse
> through the symbols defined in the library.  Second, you can set it up
> so that you get your library rebuild automatically if source 
> it depends
> on is modified by marking the dependency between the projects.  You do
> this on the targets tab by putting arrows on the subtargets you depend
> on.
> 

Gotcha.  Thanks a lot.

-DGA




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