Page 1 of 1

Call DLL: size of word, double word, long

Posted: Tue Feb 23, 2016 12:49 pm
by JochenBaier
Hello,

i wonder what is the size of the "Call dll Function" parameters in bytes? word, double word, long
What C data types are used internally by InstallAware to call the function?

Thanks Jochen

Re: Call DLL: size of word, double word, long

Posted: Tue Feb 23, 2016 1:54 pm
by FrancescoT
Dear Jochen,

I am sure you can understand why I cannot share such details... I can only say that the call stack gets dynamically allocated.

Regards

Re: Call DLL: size of word, double word, long

Posted: Wed Feb 24, 2016 10:33 am
by JochenBaier
FrancescoT wrote:Dear Jochen,

I am sure you can understand why I cannot share such details... I can only say that the call stack gets dynamically allocated.

Regards


Hi,

actually not, because this information is important to use the API correct. Which Function Parameter Types (Word, Double Word etc) do i need to call this function:

void (int8_t a, int16_t b, int32_t c, uint8_t d, uint16_t e , uint32_t f);

Thank You, Jochen

Re: Call DLL: size of word, double word, long

Posted: Wed Feb 24, 2016 12:40 pm
by FrancescoT
Dear Jochen,

if I haven't missed your original question, you was asking how the "Call Dll Function" is capable to handle the called function stack.

...but it seems that I have totally missed your question indeed!

Anyway, for all your function types you may use the "long type parameter" with the "Call Dll Function".

Hope this helps you.

Regards

Re: Call DLL: size of word, double word, long

Posted: Thu Feb 25, 2016 1:06 pm
by JochenBaier
FrancescoT wrote:Dear Jochen,

if I haven't missed your original question, you was asking how the "Call Dll Function" is capable to handle the called function stack.

...but it seems that I have totally missed your question indeed!

Anyway, for all your function types you may use the "long type parameter" with the "Call Dll Function".

Hope this helps you.

Regards


Thank you Francesco

Re: Call DLL: size of word, double word, long

Posted: Mon Feb 29, 2016 12:14 pm
by FrancescoT
:D