Vertaling van "cdecl" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Both stdcall and cdecl are supported as calling conventions.
Unterstützt werden stdcall und cdecl als Aufrufkonvention.
If the function is described as 'cdecl' then this function must be used.
Wird die Funktion als 'cdecl' beschrieben, dann muss dieser Befehl verwendet werden.
The difference in stdcall and cdecl is that stdcall requires the subroutine to remove the parameters from the stack (as the Pascal calling convention does).
Der Unterschied zwischen stdcall und cdecl ist, dass stdcall fordert, dass das Unterprogramm die Parameter vom Stack ent- fernt (wie es die Aufrufkonvention von Pascal tut).
Most changes affect fastcall, but RAD Studio 10.3 Rio also includes changes to cdecl and other calling convention support for full compatibility, including on mobile platforms.
Die meisten Änderungen betreffen fastcall, aber RAD Studio 10.3 Rio enthält auch Änderungen der Unterstützung für cdecl und andere Aufrufkonventionen, um eine vollständige Kompatibilität, auch auf mobilen Plattformen, zu erzielen.
Therefore: use "CDECL" in the DECLARE lines (see example)!
Daher: In den DECLARE-Zeilen "CDECL" verwenden (s.u.)!
For advanced programmers DeclareC is available and will declare the procedure using 'CDecl' instead of 'StandardCall' calling convension.
Für fortgeschrittene Programmierer ist DeclareC verfügbar und wird die Prozedur mit der 'CDecl' anstelle der 'StandardCall' Aufruf-Konvention deklarieren.
Added: CDecl support for PureFunctions and procedures (Added 'ProcedureCDLL' and 'DeclareCDLL' keyword)
Hinzugefügt: CDecl Support für PureFunctions und Prozeduren ('ProcedureCDLL' und 'DeclareCDLL' Schlüsselwörter hinzugefügt)
You can either use cdecl or stdcall calling conventions.
Du kannst entweder cdecl- oder stdcall-Aufrufkonventionen verwenden.
For example if a function has the 'cdecl' calling convention.
Ob beispielsweise eine Funktion der Aufrufskonvention 'cdecl' entspricht.
According to cdecl, simple things like an int are returned in a register
Also notice the use of the cdecl calling convention.
I'll try to stick to the common cdecl calling convention, though. exit
When functions use a variable number of arguments, it is the caller that cleans the stack (cf. cdecl).
Werden hingegen variable Argumentlisten verwendet, bereinigt der Aufrufer den Stack (also wie bei cdecl).