 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sabetay Toros Guest
|
Posted: Sun Apr 15, 2007 11:18 pm Post subject: Delphi package generates errored header line |
|
|
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); |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 16, 2007 8:49 pm Post subject: Re: Delphi package generates errored header line |
|
|
"Sabetay Toros" <bilsarbiz (AT) ttnet (DOT) net.tr> wrote in message
news:46226cb2 (AT) newsgroups (DOT) borland.com...
| Quote: | 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?
|
Is your Pascal unit including 'System' in its uses clause? In C++,
that would translate into an #include <System.hpp> statement.
Gambit |
|
| 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
|
|