DGL https://delphigl.com/forum/ |
|
@BESEN - Eine ECMAScript 5th Edition Implementation https://delphigl.com/forum/viewtopic.php?f=14&t=9141 |
Seite 1 von 1 |
Autor: | bero [ Di Apr 06, 2010 20:03 ] |
Betreff des Beitrags: | @BESEN - Eine ECMAScript 5th Edition Implementation |
Hier könnt Ihr euren Feedback zu BESEN niederposten. |
Autor: | Lord Horazont [ Di Apr 06, 2010 20:33 ] |
Betreff des Beitrags: | Re: @BESEN - Eine ECMAScript 5th Edition Implementation |
Sei gegrüßt. Ich wollte es mir gerade mal anschauen, bekam aber dies zu sehen: Code: horazont@zion besen › fpc BESENTest.dpr Free Pascal Compiler version 2.4.0 [2010/01/02] for x86_64 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for x86-64 Compiling BESENTest.dpr Compiling BESEN.pas BESEN.pas(26268,48) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26270,48) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26291,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26311,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26331,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26351,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26371,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26392,48) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(26394,48) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(27117,47) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(27222,66) Error: Wrong number of parameters specified for call to "StrToDateTime" BESEN.pas(27270,43) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(27272,43) Error: Wrong number of parameters specified for call to "FormatDateTime" BESEN.pas(27296,59) Error: Wrong number of parameters specified for call to "StrToDateTime" BESEN.pas(42273) Fatal: There were 14 errors compiling module, stopping Fatal: Compilation aborted Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled) Die gleichen Ergebnisse bekomme ich auch, wenn ich für i386-win32 und i386-linux kompiliere … greetings |
Autor: | bero [ Di Apr 06, 2010 20:38 ] |
Betreff des Beitrags: | Re: @BESEN - Eine ECMAScript 5th Edition Implementation |
Darum schrieb ich ja auch FPC >=2.5.1 ![]() |
Autor: | Lord Horazont [ Di Apr 06, 2010 20:42 ] |
Betreff des Beitrags: | Re: @BESEN - Eine ECMAScript 5th Edition Implementation |
Oh, hab ich nicht gesehen… Dann werde ich wohl noch warten. Aber in der Zwischenzeit kannst du mir eine Frage beantworten. Du hast geschrieben, du machst die Methodenaufrufe via RTTI. Hat FPC 2.5.1. endlich die Methoden-RTTI oder klappt das nur für Delphi? greetings |
Autor: | bero [ Di Apr 06, 2010 20:51 ] |
Betreff des Beitrags: | Re: @BESEN - Eine ECMAScript 5th Edition Implementation |
BESEN hat den exakt gleichen Funktionsumfang für FPC und Delphi. Also der Methodenkram funktioniert bei FPC und Delphi nach aussen hin exakt gleich, jedoch nach innen hin mit paar IFDEFs beim Virtual Method Table Parsing, da die VMT bei FPC und Delphi zum Teil von der Strurktur her anders aufgebaut ist, aber für den "Endentwickler", der BESEN verwendet, macht es in der Verwendung von BESEN praktisch gar keinen Unterschied aus. |
Seite 1 von 1 | Alle Zeiten sind UTC + 1 Stunde |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |