Hi,
I created one DLL, and calling from Jade as external function, the function returns the string type in Jade, but the output is just memory garbage.
Has anyone got any tips?
Thanks,
Bo
Code: Select all
extern "C" DllExport int copyDirectory(char *source, char *dest, char *error);
Code: Select all
copyDirectory(fromDir, toDir: String; error: String[512] output):Integer is copyDirectory in someLibraryName presentationClientExecution;
Return to “Tips and Techniques”
Users browsing this forum: No registered users and 24 guests