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
Seite 6 von 10   « Erste     456 78     Letzte »    
Benutzerbild von cookie22
cookie22

Registriert seit: 28. Jun 2006
Ort: Düsseldorf
936 Beiträge
 
Delphi XE2 Professional
 
#51

AW: Delphi++

  Alt 5. Aug 2010, 17:06
Es gibt keinen mehr der veruckt genug ist um ein 128/256 bit SSL zu enziffern.
wenn es denn richtig und 100% bugfrei implemetiert ist.
ich seh in der sicherheit die grösste hürde für solche technologien.
Gruß
Cookie
 
plusplus

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

AW: Delphi++

  Alt 5. Aug 2010, 20:21
Was ist denn der grundsätzliche Unterschied von Cloud und Grid?
There are many theories and the words Cloud and Grid are very much misused to sell regular web apps because its very popular right now. I myself think the best and the most accurate explanation is the following:

http://en.wikipedia.org/wiki/Cloud_computing

http://en.wikipedia.org/wiki/Grid_computing

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.
Grid Computing made simple - http://xerocoder.com

Geändert von plusplus ( 5. Aug 2010 um 20:27 Uhr)
 
plusplus

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

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
 
#54

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
 
#55

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
 
#56

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
 
#57

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
 
#58

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
 
#59

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
 
#60

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
 
Thema geschlossen
Seite 6 von 10   « Erste     456 78     Letzte »    


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 19:33 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