-
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
-
Try registering some of the objects necessary.
-
In other words,
Start -> Run...
"regsvr32.dll C:\MyPath\MyDLL.DLL"
Lots of DLLs that you download require this.
-
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
-
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