Hi
I am interfacing to a C++ dll from VB6, there is a call to the dll where a parameter (stored as double) returns the value as 3,50699591878092E-310
When in
Vb.net it returns the correct value as 50000.0
Its a type conversion problem but i would really like to know how to fix this in VB6 as I dont have access to the c++ source and am not familiar enough with
vb.net to support it
Whats happening I need some clues in order to fix this :(
Thanks for any help