Zitat von
new32:
die anderen solltest du aus msvcrt.dll importieren können:
Delphi-Quellcode:
function _strlen(const Str: PChar): Cardinal; cdecl;
external 'msvcrt.dll' name 'strlen';
Sehr gute Idee, dann kann ich auch gleich bei der Lua als
DLL Variante bleiben
Zitat von
SirThornberry:
was hast du eigentlich genau vor? willst du ohne jegliche DLLs auskommen oder willst du nur auf die
DLL-Funktionen zugreifen können?
Genau ohne jegliche
DLL's das ist das Ziel, alles andere wär ja kein Problem bzw. ist so schon in Verwendung.
Daniel M.
"The WM_NULL message performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore."