Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BCB5 F1004 Internal compiler error

676 views
Skip to first unread message

David Iglesias

unread,
Oct 13, 2003, 6:11:51 AM10/13/03
to
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

Martin Hart - Memory Soft, S.L.

unread,
Oct 13, 2003, 12:22:27 PM10/13/03
to
David:

Do you have the service pack applied? I had this error under BCB5 but it was
cured with Sp1

HTH,
Martin.

"David Iglesias" <dir_p...@yahoo.es> escribió en el mensaje
news:3f8a7a67$1...@newsgroups.borland.com...

alessand...@gmail.com

unread,
Mar 12, 2013, 9:17:54 AM3/12/13
to David Iglesias
I had this problem. It was fixed by removing all include path and library path that begings C:\Program Files (x86)\Borland\CBuilder6\.

I don't know why, but borland include it, and after, the code broke.

0 new messages