CompuServe Archive

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
From: Alfred Giordano MS BASIC Forum · Visual Basic October 8, 1991 8:22 AM
Thanks … I will do that! AG
From: Alfred Giordano MS BASIC Forum · Visual Basic October 8, 1991 8:21 AM
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
From: Alfred Giordano MS BASIC Forum · Visual Basic October 3, 1991 10:44 AM
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…