Delphi-PRAXiS
Seite 3 von 10     123 45     Letzte »    

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 30. Jul 2010 17:54

AW: Delphi++
 
Danke fuer diese meinungen. Ich habe in zwischen Delphi++ Beta Upgrade 1.0.38 auf meine seite geladen. Ich moechte mich bedankan an alle die in dem Beta teilgenommen haben. Delphi++ wird immer besser dabei. Wen du wilst kanst du den spaetesten upgrade herunter landen. http://delphiplusplus.com

und viel spass mit Delphi++ :)

Anil Korkut
The ++Dude

plusplus 31. Jul 2010 17:18

AW: Delphi++
 
Delphi++ Beta Update 1.0.40 is ready for download at http://delphiplusplus.com.

This is probably the final Beta Fix before RC 1.

A lot of improvements were made to the compiler.

Non-Visual Components are visible in the Form Designer and can be cut copy pasted now.

TWords and TRecordViewPanel components where added directly to the FXL.

FastReport was added to the library as optional dll. Under Tools menu is the FastReport Designer and to run your report Application.RunReport method was added.
With reporting added, Delphi++ is now a fully featured enterprise class development environment.

Happy coding all ... :)
The ++Dude

cookie22 1. Aug 2010 06:31

AW: Delphi++
 
is it possible to use extenal dlls and how to import functions like messagebox or what ever?

toms 1. Aug 2010 07:32

AW: Delphi++
 
Zitat:

Zitat von cookie22 (Beitrag 1038791)
is it possible to use extenal dlls and how to import functions like messagebox or what ever?


Delphi-Quellcode:
const
  MB_OK = $00000000;
var
  mH, pH: THandle;
begin
  mH := Windows.LoadLibrary('user32.dll');
  if mH <> 0 then
  begin
    pH := Windows.GetProcAddress(mH, 'MessageBoxA');
    if pH <> 0 then
    Windows.iCall(pH, [Sender.Form.Handle, 'text', 'title', MB_OK]);
  end;
end;

cookie22 1. Aug 2010 08:32

AW: Delphi++
 
ok, das ist ja ganz einfach.

plusplus 1. Aug 2010 09:44

AW: Delphi++
 
Zitat:

Zitat von cookie22 (Beitrag 1038791)
is it possible to use extenal dlls and how to import functions like messagebox or what ever?

Entschuldigung an alle dass ich den 1.0.40 beta auf english anonziert habe, ich spreche sehr gut deutsch und man muss in einem deutschen forum, deutsch schreiben.

Deine antwort wurde schon gegeben. Aber Ich schaue hier ab und zu herein und du kanst und soltest auf deutsch fragen.

Ich hoffe dass alle meine entschuldigung akzeptieren. :)

plusplus 2. Aug 2010 16:04

AW: Delphi++
 
Hallo alle,
Ich habe Delphi++ Beta 1.0.43.b auf meine seite aufgeladen. Ihr koennt es von http://delphiplusplus.com herunter laden.

Das ist wahrscheinlich der letzte Beta Fix. (Ich hoffe) :lol:

rollstuhlfahrer 2. Aug 2010 18:56

AW: Delphi++
 
Hi plusplus,

would it be possible for you to continue writing in english? - For native speaking people your german grammar sounds a bit strange.

Bernhard

youuu 2. Aug 2010 19:17

AW: Delphi++
 
Ich finde seine Grammatik zwar nicht perfekt, aber man kann es verstehen :)

Obwohl hier denke ich alle der Englischen Sprache auch mächtig sein sollten.

Riesen Respekt von mir aus, für dieses Projekt.

Namenloser 2. Aug 2010 21:35

AW: Delphi++
 
Zitat:

Zitat von rollstuhlfahrer (Beitrag 1039064)
Hi plusplus,

would it be possible for you to continue writing in english? - For native speaking people your german grammar sounds a bit strange.

Bernhard

Wieso denn? Sein Deutsch ist doch gut. Wenn es ihm leichter fällt, auf Englisch zu schreiben, kann er das natürlich gerne machen, aber sonst sehe ich keinen Grund dafür.


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:38 Uhr.
Seite 3 von 10     123 45     Letzte »    

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