![]() |
AW: Delphi++
Zitat:
ich seh in der sicherheit die grösste hürde für solche technologien. |
AW: Delphi++
Zitat:
![]() ![]() hope this helps :) BTW Grid computing has evolved in CERN, and currently they have the most powerful grid in the world, and they are using it to compute the results from the LHC, and others Labs where information must be captured and processed within a nano second. -> Really freaky stuff ;) they doing there. |
AW: Delphi++
Delphi++ Version 1.0.51 is out -> Localization Support you can translate Delphi++ into diff lang.
@toms you can now help translate into proper German ;) |
AW: Delphi++
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
- z.B. bei Align to Grid / Am Gitter ausrichten - Cancel / Abbrechen Button sollte ein wenig breiter sein. |
AW: Delphi++
Danke vielmals, Ich werde ein paar anpasungen machen muessen. Es wird schon irgendwie gehen.
Super :) |
AW: Delphi++
|
AW: Delphi++
Zitat:
|
AW: Delphi++
Hallo,
ich habe ein Problem mit RCII. Folgende Funktion funktioniert mit RCI.
Code:
Bei RCII erscheint die Fehlermeldung:
function MyIntToStr(const i: int): string;
var tmp: int; begin Result := ''; tmp := i; repeat if tmp < 0 then begin tmp := -1 * tmp; end; Result := Str.Chr(tmp mod 10 + 48) + Result; tmp := tmp div 10; until tmp = 0; if i < 0 then Result := '-' + Result; end; [11:18] -> Undeclared identifier: 'Str' Kann jemand helfen? |
AW: Delphi++
str. ist jetzt cstr.
I am sorry but I had to rename the following variables str to cstr file to cfile math to cmath int to cint real to creal date to cdate because I added Pseudo support in the compiler the original names were incompatible. |
AW: Delphi++
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:59 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