![]() |
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.
![]() und viel spass mit Delphi++ :) Anil Korkut The ++Dude |
AW: Delphi++
Delphi++ Beta Update 1.0.40 is ready for download at
![]() 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 |
AW: Delphi++
is it possible to use extenal dlls and how to import functions like messagebox or what ever?
|
AW: Delphi++
Zitat:
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; |
AW: Delphi++
ok, das ist ja ganz einfach.
|
AW: Delphi++
Zitat:
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. :) |
AW: Delphi++
Hallo alle,
Ich habe Delphi++ Beta 1.0.43.b auf meine seite aufgeladen. Ihr koennt es von ![]() Das ist wahrscheinlich der letzte Beta Fix. (Ich hoffe) :lol: |
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 |
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. |
AW: Delphi++
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:42 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz