Mohammad Hamdan
IS-IT--Management
Hello,
We developed a dll file that called from 3700 DLLCall_CDECL dll, my_function( array1[],array_size,ref outstr, ref result)
The call successfully for dll but returned string is in garbage format or missing character.
void my_function(const char* array1[], int array_size, char*& outstr, int& i)
Any idea about how we can parameter should world.
Thanks,
We developed a dll file that called from 3700 DLLCall_CDECL dll, my_function( array1[],array_size,ref outstr, ref result)
The call successfully for dll but returned string is in garbage format or missing character.
void my_function(const char* array1[], int array_size, char*& outstr, int& i)
Any idea about how we can parameter should world.
Thanks,