"Ola Theander" <[EMAIL PROTECTED]> wrote in message news:65903@palm-dev-forum... > > Hi Craig. > > I use <cstring>. I can also use <string.h> but then the std namespace is > excluded. Also remember to include the "MSL_C\MSL_Common\Include" folder in > the system access path. > > How do I include a library in a CW project. I know that sounds ignorant, but > I actually haven't found where to do that. Might have something to do with > that I'm more used to Visual C++.
First, very little of the MSL C library is implmented in CW Palm 7 and earlier. More is done in CW Palm 8, but its still not a full implmentation. The headers are there due to how CW used to merge with the desktop tools -- you would have a combined installation that supports Palm, Mac OS, and Windows development all in the same IDE. As for linking to a LIB file -- just drag it into the project window. Its added as another file to the project, not specified in some other dialog box. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
