![]() |
|
|
How to upgrade your Codewarrior toolsLast updated 99/03/11. Based on news postings to netscape.public.mozilla.mac by Simon Fraser. Here are the download links. Click each of them: Compilers 2.2.1 and MSL 4.1.05 Do these downloads, and then:
class nsFoo {
public:
void ModifyFoo() { mValue = true; }
private:
bool mValue;
};
void FooBar(const nsFoo* myConstFoo)
{
myConstFoo->ModifyFoo(); // wrong, but not caught by the compiler.
}
Note that these updates fix most of the problems with debugging shared libraries that plagued the Pro 4 release. Follow these instructions, and then you are done. :-) Back to the Macintosh build page.
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||