If CodeWarrior is still being sold, wouldn't the sales reps be able to answer this? My understanding is that CodeWarrior for PalmOS is one IDE, and CodeWarrior for Windows C++ development is another IDE. Of course, you can always go to the people who sell the software and ask, assuming that they're still selling these products. It might even be on their web site. (I can't answer any questions about LABVIEW PDA.)
----- Original Message ----- From: "Eric Potter" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[email protected]> Sent: Friday, December 09, 2005 9:39 AM Subject: Re: Create a .lib file in Metrowerks for PALM OS > Vibodh Johari wrote: > > Hi I am using Metrowerks CodeWarrior for my application Development on PALM > > OS. > > > > My requirement is to build a .lib file or a .dll rather than a .prc file > > > > How can I make this possible in metrowerks or I have to buy a new IDE for > > it. > > Is someone having a prior experience for developing a .dll or a .lib file > > in metrowerks. > > > > as my another application which is in LABVIEW PDA has to use this .dll or > > .lib file . > > > > > > > > ------------------------------ > > Thanks n Regards > > Vibodh Johari > > > > > > > > The closest equivilant to a dll in the Palm OS is a shared library. If > you chose the shared library option in the CodeWarrior new project > wizard, it will get you started. Search the archives of this form and > the PalmSouce docs for other info on shared libraries. > > By the way, even though shared libraries are libraries and not > executable applications, they are still compiled to *.prc files. > > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
