154868
Programmer
- Dec 5, 2003
- 23
I want to check if a DDL is registered before
I call CREATEOBJECT(....).
How can I do that ?
Andreas
I call CREATEOBJECT(....).
How can I do that ?
Andreas
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
On ERROR do myerror
o=Createobject("myDll")
PROCEDURE myError
messagebox("DLL is not registered")
On error
ENDPROC