This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
DLL DOUBLES
Message #1991
Thanks … I will do that! AG
#BAD DLL CALLING CONVENT.
Message #1990
Well…The only thing that I can see is that you are not passing are parameter to the DLL function, converting it, and returning the result? Give that a try and see if you can duplicate my problem. Al There are 2 Replies.
#1020-
#BAD DLL CALLING CONVENT.
Message #1175
Jonathan, You are correct, I am writing the DLL in Borland 'C++'. When you say that VB sends the address of a double as a hidden parameter, are you saying that part of the address of a double is in the parameter being passed to the dll and the other…