TheWizardofInt
08-12-2002, 06:50 AM
I am unsure how to do this.
In VB, I would access a .dll by declaring a function, like this:
Public Declare Function GMW_LoadBDE Lib "GM5S32.dll" (ByVal _
sSysDir As String, ByVal sGoldDir As String, ByVal sCommonDir _
As String, ByVal sUser As String, ByVal sPassWord As String) As _
Long
How would I do this in ASP?
Any help is appreciated.
In VB, I would access a .dll by declaring a function, like this:
Public Declare Function GMW_LoadBDE Lib "GM5S32.dll" (ByVal _
sSysDir As String, ByVal sGoldDir As String, ByVal sCommonDir _
As String, ByVal sUser As String, ByVal sPassWord As String) As _
Long
How would I do this in ASP?
Any help is appreciated.