VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 123456[7]8910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 11:27:14 07/15/01 Sun
Author: Schoeneck Howell
Subject: Changes to install in D6

I used the following changes to permit installation under Delphi version 6 (please note that you _do_not_ want toolsapi in your D6 search path!).

Of course, you make/use these changes at your own risk, etc. etc.

The following changes require a registered copy with source ... :

- copied En_D5.dpk to a new file En_D6.dpk. Within En_D6.dpk added "designide" to the "requires" statement:

- copied En_D5.res to a new file En_D6.res.

- in EnDesign.pas, changed the reference to dsgnintf to:
{$IFDEF VER140}
DesignIntf, DesignEditors, PropertyCategories,
{$ELSE}
DsgnIntf, { for TStringProperty, RegisterPropertyEditor }
{$ENDIF}

- for symmetry, in envision.inc, immediately following the Ver130 ifdef, I added :

{$ifdef Ver140}
{$define __Delphi6}
{$define __Delphi2AndAbove}
{$define __Delphi3AndAbove}
{$define __Delphi4AndAbove}
{$define __Delphi5AndAbove}
{$define __Delphi6AndAbove}
{$endif}

- added the envision.inc path to the D6 search path.

As I recall, these changes were all that were needed to get Envision added to the Delphi 6 environment (I am reconstructing from memory & current files). The demo should load & compile OK, I haven't run into any D6 specific issues other than installation.

HTH

Nick Howell
nick@skhowell.com
showell@bop.gov

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Replies:


[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.