Quite a regular
Joined: 2008/11/3 12:06 Last Login
: 2023/8/2 22:18
From South France
Group:
Registered Users
|
@centaurz Yes, but for what I need, this method is not adapted.
The objective was to add commands like in DarkBASIC Professional / DarkGDK :
OpenDLL( char *DllName, int DLLChannel ) CloseDLL( int DLLChannel ) FunctionExistDLL( int DLLChannel, char *DLLFunctionName ) FunctionCallDLL( int DLLChannel, char *DLLFunctionName, DWORD Arg1, ... )
User must have to use only these ones .. if he had to recompile a library or something else .. the command set will become too complex for a language similar to BASIC(s) ;)
so, I'll remove the Library version (of DLL command set) in AmiDARK Engine project.
Regards, Freddix / AmiDARK
|