|
-
Aug 11th, 2000, 05:37 PM
#1
Thread Starter
Addicted Member
I've downloaded two of their example programs so far...and the required dll's... but every time I run their EXE's I get an error saying
Run Time Error '429'
ActiveX component can't create object
---
When the project is run.. it first gave an error on the
Implements ISubclass
Line... and then once I discovered that the DLL reference wasn't in the correct place on the references...and pointed it towards the correct DLL, it is now giving me an Userdefined Type not defined error in this line:
Private Property Let ISubclass_MsgResponse(ByVal RHS As SSubTimer.EMsgResponse)
What I don't understand is that there is actually nothing in this Sub at all...Could someone explain what the problem is if anyone knows?
Thanks,
Eiredrake
-
Aug 11th, 2000, 06:26 PM
#2
Monday Morning Lunatic
Try registering some of the objects necessary.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 11th, 2000, 09:03 PM
#3
Good Ol' Platypus
In other words,
Start -> Run...
"regsvr32.dll C:\MyPath\MyDLL.DLL"
Lots of DLLs that you download require this.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Aug 22nd, 2000, 11:46 AM
#4
Thread Starter
Addicted Member
Actually I did that already. I saw that warning on the site. So I dl'd the DLL's I needed and registered... Still getting errors right and left though.
For example an error returns on Impliment <blahblah>
where <blahblah> is the name of some class in the project. The Class module is present... it's just not liking it.
Eiredrake
-
Aug 22nd, 2000, 12:13 PM
#5
Lively Member
The problem is with the ssubtmr.dll The easiest way to fix this is to find the goldfish program they have on the site. or the ssubtmr example. Run either of these programs and it will fix your problem. I had the same problem with manually registering this dll
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
|