Re: Looking for DCOM replacement
- From: OBones <obones_gfd_@xxxxxxxxxxxxxxx>
- Date: Tue, 28 Mar 2006 13:08:41 +0200
Stefan Meisner wrote:
Could you provide the changes you mentioned to me?
Two changes. In DDObjects.inc I added this:
{$IFDEF VER180}
{$DEFINE Delphi5up}
{$DEFINE Delphi6up}
{$DEFINE Delphi7up}
{$DEFINE Delphi8up}
{$DEFINE Delphi2005up}
{$DEFINE Delphi2006up}
{$ENDIF}
and in DDOBase.pas, in the uses part of the implementation section, I added this:
{$IFDEF Delphi6up}Variants,{$ENDIF}
This allowed compiling both packages and installing the design time one.
Is your eMail valid so I can contact you via eMail?
The email here is not valid per say, but a human reader should be able to figure it out quite easily. However, this is a personal email, so I would prefer if you could contact me about DDObjects on my company's email: o.sannier att] ldlc [dot com
Regards
Olivier Sannier
.
- References:
- Looking for DCOM replacement
- From: OBones
- Re: Looking for DCOM replacement
- From: Stefan Meisner
- Re: Looking for DCOM replacement
- From: OBones
- Re: Looking for DCOM replacement
- From: Stefan Meisner
- Looking for DCOM replacement
- Prev by Date: Re: Looking for DCOM replacement
- Next by Date: Third Party String Grids
- Previous by thread: Re: Looking for DCOM replacement
- Next by thread: Re: Looking for DCOM replacement
- Index(es):
Relevant Pages
|