Re: Call to a DLL



Yes .



"Rob Kennedy" <me3@xxxxxxxxxxx> a écrit dans le message de news:
4gl8gcF1nj64kU1@xxxxxxxxxxxxxxxxx
James Bond wrote:
I have a DLL that have a function Correct who send a boolean.

Is it possible to have ? var param to call the function ?
i ve got a access violation.

TCorrect = function(var Nb : Integer) : Boolean; stdcall;

Does that declaration match the declaration of the function in the DLL?

--
Rob


.