Hi happy coders !


I got some problem (as most ppl here..).


I want to pass the address (pointer) of a vb's variable

to a function inside a (VC++) dll.


The problem is that i will have to pass it INSIDE an array of

user defined types (this is why i cannot just pass it as an argument byref).


Maybe some of you got any suggestion ??


thanks


Watz