Page 1 of 1

HELP with "call DLL function" string return

Posted: Tue Feb 10, 2015 4:14 am
by Riccardo_Amico
hi,
i am new with IA, i try a bit and i followed some of your samples, but i have a little problem with the "call DLL Function",
the function i wrote in C# returns me a string, but i can't read the string with "word" or "double word" and i don't know why.
how can i do???

thanks
Riccardo

Re: HELP with "call DLL function" string return

Posted: Tue Feb 10, 2015 1:37 pm
by FrancescoT
Dear Riccardo,

you must use a NATIVE DLL with the "call DLL Function".

Please have a look at the following link where the same question as been already discussed.
http://www.installaware.com/forum/viewtopic.php?f=2&t=10187

As alternative, you could call an EXE that embeds your code.

Regards