Delphi-PRAXiS
Seite 9 von 10   « Erste     789 10      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Power++ (https://www.delphipraxis.net/153197-power.html)

plusplus 31. Aug 2010 08:29

AW: Delphi++
 
Just want to let everybody know, Delphi++ is PR now, you can download it from http://delphiplusplus.com and Grid++ is Live at http://gridnode.delphiplusplus.com

Take care

interminator 1. Sep 2010 15:21

AW: Delphi++
 
Hat jemand ne Ahnung ob ich Delphi++ auch für meine bisherigen Delphi 7 Projekte nutzen kann ?

cookie22 1. Sep 2010 15:35

AW: Delphi++
 
nein, kannst du nicht.

plusplus 1. Sep 2010 18:39

AW: Delphi++
 
Zitat:

Zitat von interminator (Beitrag 1046746)
Hat jemand ne Ahnung ob ich Delphi++ auch für meine bisherigen Delphi 7 Projekte nutzen kann ?

yes and no :)

here is a small trick:

save your delphi unit:

unit.pas
unit.dfm

as

unit.code++
unit.form++

then

open unit.form++ in a text editor and change the very first line to

object Form: TForm

now open Delphi++ project and select Add Existing Items and add unit.code++.

the form will be imported. Exotic controls that you might have will be ignored.

finally open the imported code unit and remove everything from the top until (inclduing) implementation

then adjust your events like this:

procedure TForm1.Button1OnClick(Sender: TObject);

to

procedure Button1_OnClick(Sender: TObject( or any));

try to compile and if any errors adjust syntax.


Will soon create an import tool for this ;)

interminator 2. Sep 2010 09:20

AW: Delphi++
 
Zitat:

Zitat von plusplus (Beitrag 1046811)

Will soon create an import tool for this ;)

Cool :-D

What is with Exotic controls in soon ?

plusplus 2. Sep 2010 09:33

AW: Delphi++
 
Zitat:

Zitat von interminator (Beitrag 1046916)
Zitat:

Zitat von plusplus (Beitrag 1046811)

Will soon create an import tool for this ;)

Cool :-D

What is with Exotic controls in soon ?

Ehm, by exotic controls I meant, if you have custom components that don't exist in the FXL you have to either introduce them into FXL manually and adjust code, or use an alternative from the FXL.

The import tool won't be able to import custom components, I mean I could create the FXL Introduce sections but you would still have to adjust code.

plusplus 5. Sep 2010 23:10

AW: Delphi++
 
Delphi++ is now Power++. Please uninstall previous version and download new version from http://gridplusplus.com.

http://gridplusplus.com is our new home.
http://gridplusplus.net is our new Grid++ Master Node.

Cheers

plusplus 9. Sep 2010 15:17

AW: Delphi++
 
Power++ PR Version 1.0.210 is out, this version will most likely become also the release. I just wanted to take this opportunity to thank you all for the great feedback I got during beta, thanks to you Power++ and Grid++ has become very stable and a really good product.

BTW, ++Technologies is now officially a company, so it is not a one man show anymore, we have created very good team of professionals and we are all very excited about our new start.

I will continue to browse for questions on forums, so if you have any, keep posting, I will be happy to answer any question or to help the best I can.

Cheers

++Dude

Pegasus0211 15. Sep 2010 14:28

AW: Delphi++
 
Heute ist eine Beta-Version von Live Office++ Word für das Grid++ System erschienen. Auf den ersten Blick macht es einen sehr interessanten Eindruck.

plusplus 22. Sep 2010 20:44

AW: Delphi++
 
Thx, actually the whole Live Office++ Suite will be on the Grid++ soon.

As of today Power++ is released. Thank you for your support and feedback and I trust you will enjoy Power++.

You can get Power++ at http://gridplusplus.com

Cheers


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:20 Uhr.
Seite 9 von 10   « Erste     789 10      

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz