Re: passing array fcreated in c++ dll to vb



On Sat, 18 Nov 2006 13:18:29 +0100, "Sizeof()" <no_spams@xxxxxx>
wrote:

long __stdcall BuildArray( VARIANT FAR * pvArray )


But in this case the function gets name-mangling, right?
Something like BuildArray@NN ...?

Why the __stdcall and not __cdecl ?

Mr Asm
.


Loading