CW Error - Really Big Applications

2002-01-07 Thread Max Campos
I'm porting a rather large application by PalmOS standards -- it has _thousands_ of methods, and approximately 450 source *.c files. Well, i've split it into 18 segments, none of which is codewarrior complaining that is too big, but I get the following error messages: __RuntimeModule__: Near d

Re: CW Error - Really Big Applications

2002-01-07 Thread Ben Combee
"Max Campos" <[EMAIL PROTECTED]> wrote in message news:72774@palm-dev-forum... > > I'm porting a rather large application by PalmOS standards -- it has > _thousands_ of methods, and approximately 450 source *.c files. Are these true C source files or C++ files? > > Well, i've split it into 18 se

Re: CW Error - Really Big Applications

2002-01-07 Thread Max Campos
On Mon, 7 Jan 2002, Ben Combee wrote: > > I'm porting a rather large application by PalmOS standards -- it has > > _thousands_ of methods, and approximately 450 source *.c files. > > Are these true C source files or C++ files? They are true C source files, the C++ compiler is turned off. > Rig