flintstone42
Programmer
Hi:
I am the follwoing statemnt for a VB program for calling a
COM object
(It say in the documentation that createobject will not work, I must use api?)
Private Declare Function GetEngineObject Lib "FREngine.dll" (engineObj As FREngine.Engine) As Long
Private Declare Function DeinitializeEngine Lib "FREngine.dll" () As Long
when I try
declare oengine as "Frengine.dll"
engine=oengine()
I get a cannot load FRENGINE.DLL
The aboce statements work fine in VB
Any ides?
I am the follwoing statemnt for a VB program for calling a
COM object
(It say in the documentation that createobject will not work, I must use api?)
Private Declare Function GetEngineObject Lib "FREngine.dll" (engineObj As FREngine.Engine) As Long
Private Declare Function DeinitializeEngine Lib "FREngine.dll" () As Long
when I try
declare oengine as "Frengine.dll"
engine=oengine()
I get a cannot load FRENGINE.DLL
The aboce statements work fine in VB
Any ides?