Hi Alex, Include the following paths in your Project settings -> Access paths-> system paths after you have included the Palmos 3.5 support folder. MSL/MSL_C++/MSL_Common/Include MSL/MSL_C/MSL_Common/Include MSL/MSL_C++/MSL_MacOS/Include
I must tell you that the MSL in R6 (not sure abt later versions ) has a few problem. Specially if you are using <string>. It gives a few linker errors specially when you are doing str.append() etc. Also the string class in R6 uses memset at a few places which will give you linker error. You may have to write your own string class or try to port MSL string class. Other common containers like the <list> and <map> have worked perfectly fine in my case . Try to search for STL string in the archives and read the post by Ben Combee. That will probably explain a lot. The later versions have better support of MSL. Hope this helps, Ritesh >:) "Alex Gusev" <[EMAIL PROTECTED]> wrote in message news:84294@palm-dev-forum... > > Hi, > > I'd like to use MSL_C++ with CodeWarrior R6 on Win32 platform. The problem > is how to configure IDE or environment variables or whatever to be albe to > compile the application. > > Thanks for any help, > > Alex -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
