 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
EHL AUTOMATISERING Guest
|
Posted: Fri Apr 02, 2004 12:54 pm Post subject: Internal compliler Error at ... |
|
|
Hello,
I get a strange Error Message:
"Interner Compiler-Fehler at 0x126be10 with base 0x1200000."
It seems that the compliler has problems with fstream type_def information:
/***************************************************************************
/
int ReadTextFromFile(char *Text, fstream *FuzzyRecFile)
{
char FileReadText[201];
String ClearText;
FileReadText[0] = 0;
FuzzyRecFile->getline(FileReadText ,200, ',');
if(FileReadText[0] != 0)
{
ClearText = Trim(FileReadText);
strcpy(Text, ClearText.c_str());
return 1;
}
else
return 0;
}
The problem is that I don't get the error all the time. It has something to
do
with precompiled headers and setting for the project.
BR
Christian
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|