by PedroR » Wed Dec 02, 2009 1:27 pm
by PedroR
Wed Dec 02, 2009 1:27 pm
I haven't heard about that.
However it should be possible since they are C style DLLs. (provided you write the function definitions yourself)
If you're running VB6 or earlier the only thing is that the DLL needs to be compiled with STDCALL standard and not the CDECL standard.
Info and workarounds for that are available here
http://support.microsoft.com/kb/153586
For VB.Net I am not sure but I believe it should also be possible and most likely this limitation of calling conventions does not apply.
I haven't heard about that.
However it should be possible since they are C style DLLs. (provided you write the function definitions yourself)
If you're running VB6 or earlier the only thing is that the DLL needs to be compiled with STDCALL standard and not the CDECL standard.
Info and workarounds for that are available here
http://support.microsoft.com/kb/153586
For VB.Net I am not sure but I believe it should also be possible and most likely this limitation of calling conventions does not apply.