 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Malcolm Smith Guest
|
Posted: Tue Jun 24, 2003 12:03 pm Post subject: Errors after importing ActiveDS type library |
|
|
In C++Builder I imported the type library for activeds.tlb and tried to
compile my blank project.
I get several errors in the ActiveDs_TLB.h file relating to undeclared types
even though I can see them listed.
An example error:
Undeclared structure __MIDL_IOleAutomationTypes_0005 in this segment:
struct tagTYPEDESC
{
Activeds_tlb::__MIDL_IOleAutomationTypes_0005 __MIDL_0008;
unsigned_short vt;
};
The type is forward declared as:
union __MIDL_IOleAutomationTypes_0005;
and later defined as:
union __MIDL_IOleAutomationTypes_0005
{
Activeds_tlb::tagTYPEDESC* lptdesc;
Activeds_tlb::tagARRAYDESC* lpadesc;
unsigned_long hreftype;
};
Any ideas why the error ?
--
Malcolm Smith
MJ Freelancing- http://www.mjfreelancing.com
Software Protection for C++Builder
Borland Technology Partner
|
|
| 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
|
|