ZGE with turbo explorer 2006

ZGE Source Code discussion. Ask questions, present your changes, propose patches etc.

Moderator: Moderators

Post Reply
kattle87
Posts: 402
Joined: Wed Sep 26, 2007 9:06 am
Location: Italy

ZGE with turbo explorer 2006

Post by kattle87 »

I confirm the current ZGE editor code is compiled (and seems to work properly) with the Delphi Turbo Explorer 2006 (freeware from Borland site!) provided you comment this line out:

Code: Select all

Application.MainFormOnTaskbar := True;
I really do not understand what prevented it from working the last time I tried.
However this time I installed all the prerequisites exept for "explorer 6.0 SP1". Plus, I did not included anything related to the DataBase Engine. (I tried a "minimalistic" installation). Too bad that the Delphi products refuse to install under Wine: development is Windows-only :P But that's not a problem I think. ;)

Next week I will cope with my last exam. Expect something coming from me within a month :P (If I do manage to learn Object Pascal fast enough) xD
In the fall of 1972 President Nixon announced that the rate of increase of inflation was decreasing. This was the first time a sitting president used the third derivative to advance his case for reelection.
-=Hugo Rossi=-
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

Post by y offs et »

This works to including rev 152 and not at rev 159.

Haven't bothered to look any farther. :roll:

Edit - rev 153
then we run into DWORD_PTR
Last edited by y offs et on Sun Feb 07, 2010 2:56 am, edited 1 time in total.
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

Yep, since December ZGE will only compile with Delphi 2010. It is too much work to keep it backwards compatible with older Delphi versions in my opinion. This applies to the ZGE Designer. The runtime engine will continue to compile with Freepascal and Delphi 2007, maybe earlier versions too. Hopefully there will be new free Turbo-versions of Delphi, because ideally you want free open source software to be developed with free tools.
Post Reply