Hi there,
I am having trouble incorporating a new DLL into my program, was wondering if you could see where I am going wrong, or give me advice on an easier way to do it.
I have all the functions defined as so :
Private Declare Function PX_GetTimeBins Lib "SNSL_API.dll" (ByVal a As Double, ByVal b As Double) As Double
in a module, but when I try and call any of the functions, it fails.
Any ideas?
Thanks
DLL Help
Started by malachi1984, May 01 2007 05:07 AM
3 replies to this topic
#1
Posted 01 May 2007 - 05:07 AM
|
|
|
#2
Posted 02 May 2007 - 02:53 AM
Scratch that, got it working
#3
Posted 03 May 2007 - 02:06 AM
Hi again,
Stuck again, basically I have got the DLL working, but I cant seem to figure out how to get the result for some of the functions.
Example:
Call SNSL_GetDLLVersion
This should give me the DLL version, but if I am not sure how to get it.
Any ideas?
Thanks
Stuck again, basically I have got the DLL working, but I cant seem to figure out how to get the result for some of the functions.
Example:
Call SNSL_GetDLLVersion
This should give me the DLL version, but if I am not sure how to get it.
Any ideas?
Thanks
#4
Posted 10 May 2007 - 03:53 AM
Well I think that you have to store it into a variable and then make something like Version.text = Variable
and if you have a text box named Version, it should display the version of the DLL.
and if you have a text box named Version, it should display the version of the DLL.


Sign In
Create Account

Back to top









