|
-
Aug 10th, 2000, 01:14 PM
#1
Thread Starter
Member
Anybody have any thoughts on how to convert an ActiveX control to an ActiveX DLL?
I have a control that consists of a Module and a User Control. (I didnt write the Control).
I want to convert the control to a DLL that I can call from script.
Are there any caveats to be aware of?
So far I have created a test.exe project and an ActiveX DLL. In the DLL I have Class1 with public methods. The DLL also has a module with similar code to the Control.
In the test.exe, I create an instance of the object(DLL), call its methods, and it works great. However when I compile the DLL and create the object from script the particular methods fail.
Anyone have any ideas?
I realize this is difficult to analyze without code, I would be happy to paste it (Long) or send the whole project zipped.
The nature of the project involves the JournalRecord API and its purpose is legitimate, recording mouse and keystrokes for playback and testing.
Thanks,
Dale.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|