Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL registration
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
DLL registration
Miscellaneous
Thread ID:
00945044
Message ID:
00945044
Views:
87
Hi, I am trying to find out it a DLL exists on another machine but when
build this code into an vfp EXE and try to run it on a machine that does not
have VFP installed I get this message "Can not load 32 bit c:\page0\vfpOpubTest.dll"
Is there a way around this?
Thanks
IF FILE("VfpOpubTest.DLL")
	TRY
	     oData = Createobject("VfpOpubTest.TestClass")
	CATCH TO oErr
	    IF oErr.Errorno = 1733 && Class definition is not found
	        DECLARE INTEGER DllRegisterServer IN VfpOpubTest.TestClass
	        DllRegisterServer()
	    ENDIF
	ENDTRY
endif
Next
Reply
Map
View

Click here to load this message in the networking platform