Re: FAQ or tutorial on NSPR?
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 13, 2008 at 5:38 AM, Joachim Ziegler <[email protected]> wrote: > Hello, > > we are evaluating NSPR as a possible base for a platform-independent > server process. > > After having skimmed through all available documentation on > > http://www.mozilla.org/projects/nspr/ > > and here especially in the NSPR Reference, I wonder whether there is a > FAQ or a "Getting started" tutorial on how to program with NSPR. Hi, We have some PowerPoint presentations in the Training Materials section on our home page: http://www.mozilla.org/projects/nspr/#TrainingMaterials The advice in that section that some of the test programs in mozilla/nsprpub/pr/tests serve as good sample code is still good. You can browse them online here: http://lxr.mozilla.org/nspr/source/nsprpub/tools/ http://lxr.mozilla.org/nspr/source/nsprpub/pr/tests/ Syd Logan's new book "Cross-Platform Development in C++: Building Mac OS X, Linux, and Windows Applications" has a chapter on NSPR. You may want to consult that. (http://www.amazon.com/Cross-Platform-Development-Building-Windows-Applications/dp/032124642X/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1213378541&sr=8-1) If you have specific questions, feel free to ask here. Wan-Teh