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
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...