Re: Call to a DLL



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
.