Mail Archives: djgpp/1997/06/04/21:52:47
I was trying to compile a program with djgpp, the mesa library and the
Scitech Svga library when i received the following error:
svga.a: could not read symbols: Memory exhausted
Could anyone tell me what this error is for and how to correct it?
ethod as a by-reference parameter so
that this method could write info to it, in this way:
i've got a class which defines one of its methods as this:
void WriteYourInfo(ofstream &Dest)
{
Dest << "This is a test";
}
And I call the method like this:
ofstream fout("myFile");
.
.
.
myObject.WriteYourInfo(fout);
.
.
.
fout.close()
It works perfectly under MS-DOS, compiling with DJGPP. Under Linux the
output goes to stdout instead of going to the file. Both versions of gcc
are 2.7.2.
What am I doing wrong? HELP!!!
Thanks In Advance.
Roberto.
--
La neurona autora de este mensaje
es propiedad de:
+----------------------------------------+
| Roberto Henriquez Laurent |
+----------------------------------------+
| shl24634 AT alumnos DOT inf-cr DOT uclm DOT es |
+----------------------------------------+
...y no se hace responsable de las opiniones
vertidas por otras neuronas.
- Raw text -