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: 13:37:27 08/30/01 Thu
Author: Schoeneck Howell
Subject: Re: D6 version soon?
In reply to: Zoran 's message, "Re: D6 version soon?" on 09:19:25 08/20/01 Mon

Zoran,

Assuming that you have the source available, try this ...
-Make sure the package & source files are in the same directory.
-Copy En_D5.dpk to a new file, En_D6.dpk
-Edit En_D6.dpk and in the "requires" statement change "vcl50;" to "vcl, designide;"
-Copy En_D5.res to a new file En_D6.res
-Edit EnDesign.pas and replace the line containing "DsgnIntf," to the following:
{$IFDEF VER140}
DesignIntf, DesignEditors, PropertyCategories,
{$ELSE}
DsgnIntf,
{$ENDIF}
-Edit the envision.inc file and following the block containing the Ver130 $IFDEF statement, add the following:
{$IFDEF Ver140}
{$define __Delphi6}
{$define __Delphi2AndAbove}
{$define __Delphi3AndAbove}
{$define __Delphi4AndAbove}
{$define __Delphi5AndAbove}
{$ENDIF}
-Be sure that the source code area includes the .OBJ files and the envision.res file.
-In D6, do a file/open on En_D6.dpk
-click on compile
-click on install
-close En_D6

At this point you should be able to run the code examples.
-open the D5 example
-add the envision source directory to the project's search path

Build / Run

I just verified these steps, since I had to install D6 on a new partition & reinstall my tool set ...

Nick Howell

[ 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.