AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Power++

Ein Thema von cookie22 · begonnen am 24. Jul 2010 · letzter Beitrag vom 24. Okt 2010
Thema geschlossen
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#1

AW: Delphi++

  Alt 6. Aug 2010, 10:39
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
Grid Computing made simple - http://xerocoder.com
 
Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

AW: Delphi++

  Alt 8. Aug 2010, 21:24
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
Mein "Versuch" im Anhang! Z.T hat der deutsche Text zu wenig Platz in den Labels/Buttons.

- z.B. bei Align to Grid / Am Gitter ausrichten
- Cancel / Abbrechen Button sollte ein wenig breiter sein.
Angehängte Dateien
Dateityp: txt lang.txt (30,9 KB, 31x aufgerufen)
Thomas
 
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#3

AW: Delphi++

  Alt 9. Aug 2010, 01:05
Danke vielmals, Ich werde ein paar anpasungen machen muessen. Es wird schon irgendwie gehen.

Super
Grid Computing made simple - http://xerocoder.com
 
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#4

AW: Delphi++

  Alt 11. Aug 2010, 08:06
Delphi++ RC II is out, you can grab it from http://delphiplusplus.com

Happy coding
Grid Computing made simple - http://xerocoder.com
 
Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#5

AW: Delphi++

  Alt 11. Aug 2010, 20:09
Delphi++ RC II is out, you can grab it from http://delphiplusplus.com

Happy coding
Is the German language included yet?
Thomas
 
hermidelphi

Registriert seit: 27. Nov 2003
51 Beiträge
 
Delphi 7 Personal
 
#6

AW: Delphi++

  Alt 12. Aug 2010, 07:11
Hallo,

ich habe ein Problem mit RCII. Folgende Funktion funktioniert mit RCI.

Code:
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;
Bei RCII erscheint die Fehlermeldung:

[11:18] -> Undeclared identifier: 'Str'

Kann jemand helfen?
 
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#7

AW: Delphi++

  Alt 12. Aug 2010, 07:41
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.
Grid Computing made simple - http://xerocoder.com

Geändert von plusplus (12. Aug 2010 um 07:48 Uhr)
 
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#8

AW: Delphi++

  Alt 12. Aug 2010, 07:46
Delphi++ RC II is out, you can grab it from http://delphiplusplus.com

Happy coding
Is the German language included yet?
I have uploaded a new lang file, I am still busy redesigning a couple of screens so that all languages can be supported.
Grid Computing made simple - http://xerocoder.com
 
plusplus

Registriert seit: 30. Jul 2010
106 Beiträge
 
Delphi 2009 Architect
 
#9

AW: Delphi++

  Alt 17. Aug 2010, 08:07
Delphi++ RC II Version 1.0.80 is out, you can grab it from http://delphiplusplus.com

Cheers
Grid Computing made simple - http://xerocoder.com
 
Thema geschlossen


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:39 Uhr.
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