David Iglesias
2003-10-13 10:11:51 UTC
When I try to compile my project the compiler throw the next error:
[C++ Fatal Error] sysutils.hpp(231): F1004 Internal compiler error at 0x12a832e with base 0x1200000
in the line of sysutils.h
/* TObject.Destroy */ inline __fastcall virtual ~Exception(void) { }
I'm using precompiled headers with the file:
#ifndef PCH_H
#define PCH_H
#include <vcl.h>
#include <map>
#include <vector>
#include <Exception>
#include "BitBtnProtega.h"
#include "ButtonProtega.h"
#include "CheckBoxProtega.h"
#include "ComboProtega.h"
#include "DateTimePickerProtega.h"
#include "EditFloatProtega.h"
#include "EditProtega.h"
//#include "ElTreeInplaceButtonEditProtega.h"
#include "RadioButtonProtega.h"
#include "StringGridProtega.h"
#include "SpeedButtonProtega.h"
#include "LabelProtega.h"
#include "Macros.h"
#endif
Somebody can tell me what I can do?
TIA
[C++ Fatal Error] sysutils.hpp(231): F1004 Internal compiler error at 0x12a832e with base 0x1200000
in the line of sysutils.h
/* TObject.Destroy */ inline __fastcall virtual ~Exception(void) { }
I'm using precompiled headers with the file:
#ifndef PCH_H
#define PCH_H
#include <vcl.h>
#include <map>
#include <vector>
#include <Exception>
#include "BitBtnProtega.h"
#include "ButtonProtega.h"
#include "CheckBoxProtega.h"
#include "ComboProtega.h"
#include "DateTimePickerProtega.h"
#include "EditFloatProtega.h"
#include "EditProtega.h"
//#include "ElTreeInplaceButtonEditProtega.h"
#include "RadioButtonProtega.h"
#include "StringGridProtega.h"
#include "SpeedButtonProtega.h"
#include "LabelProtega.h"
#include "Macros.h"
#endif
Somebody can tell me what I can do?
TIA