Delphi package generates errored header line
2007-04-16 02:18:11 AM
cppbuilder67
Hi,
I've a package compiled with BDS2006. When I try to use it I'm getting
thee following error. This file is generated by Delphi. What is wrong
any ideas?
Thanks
Sabetay
[C++ Error] mbTBXStringGrid.hpp(145): E2316 'PPointer' is not a member
of 'System'
private:
void * *secDir;
Word slotsInDir;
Word indexMask;
Word secShift;
int FHighBound;
Word FSectionSize;
int cachedIndex;
void *cachedPointer;
void * __fastcall GetAt(int Index);
System::PPointer __fastcall MakeAt(int Index); //
void __fastcall PutAt(int Index, void * Item);