Open main menu

CDOT Wiki β

Changes

NSPR

1,175 bytes added, 12:56, 4 October 2006
no edit summary
=Resources/Tutorials/Examples=
==Overview==
Someone made an overview of the Netscape portable runtime (a little outdated, 1999) in powerpoint [http://www.mozilla.org/projects/nspr/training/overview.ppt here]

==API Reference==
You can get the reference to the API [http://www.mozilla.org/projects/nspr/reference/html/index.html here]

==Test Cases==
You can get test cases from the [http://lxr.mozilla.org/seamonkey/source/nsprpub/pr/tests/ Mozilla LXR]. The filenames are self explanitory on what API components are tested (eg threads, locks, time). If in doubt, read the README.TXT file which lists all the files and what components they test. They are also meant as example code that is well commented.

==Technical Notes==
There are several [http://www.mozilla.org/projects/nspr/#TechNotes notes] on developing NSPR. For example, about forks, killing threads, and porting NSPR to a new platform.

=Getting in contact=
==Telephone==
The maintainers have irregular scheduled telephone meetings on Tuesdays. This requires contacting the maintainers for information.

==Newsgroup==
There is also a newsgroup available here news://news.mozilla.org/netscape.public.mozilla.nspr
1
edit