|
-
Oct 15th, 2001, 01:31 PM
#1
Thread Starter
Addicted Member
The Truevision engine (problems with it)
I'm pretty new to TrueVision, just beginning with the engine.
I keep getting a 429 (ActiveX component can't create object) error with everything i try to do with the engine.
I have DX 8 installed correctly (as far as i know).
Is there any way of getting the engine to work and getting rid of the error ?
Icheb
The main VB routine in Windows XP (The don't admit it, they wrote it in VB)
[vbcode]
Public Sub Windows_Load()
a = 1
b = 2
if not a + b = 2 then
goto crash
end if
goto crash
End Sub
[/vbcode]
-
Oct 15th, 2001, 01:44 PM
#2
You may have to add a reference to it in the project-references menu. Dunno, as ive said, ive never used that before.
Z.
-
Oct 15th, 2001, 01:51 PM
#3
Thread Starter
Addicted Member
Did that allready...
When i load a project it says the comp can't find the dll in c:\temp\<dllhere>.dll
(that's logical since it's in c:\windows\system)
When i activate the reference it gives the error.
Icheb
The main VB routine in Windows XP (The don't admit it, they wrote it in VB)
[vbcode]
Public Sub Windows_Load()
a = 1
b = 2
if not a + b = 2 then
goto crash
end if
goto crash
End Sub
[/vbcode]
-
Oct 15th, 2001, 03:07 PM
#4
Go to references, and click "Browse", and find the DLL in windows/system. It should update the reference in the list, and fix the problem.
Z.
-
Oct 15th, 2001, 03:57 PM
#5
Good Ol' Platypus
If it still doesn't work?
RUN:
regsvr32 C:\windows\system\?.dll
If that doesn't work, do this
regsvr32 C:\windows\system\?.dll /u
regsvr32 C:\windows\system\?.dll
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 16th, 2001, 01:13 AM
#6
Thread Starter
Addicted Member
Tnx for the help !
When i readded it to the references it began working again....
Now there is only a bug that keeps me from beginning with it.
Something to do with the escape button.
Icheb
The main VB routine in Windows XP (The don't admit it, they wrote it in VB)
[vbcode]
Public Sub Windows_Load()
a = 1
b = 2
if not a + b = 2 then
goto crash
end if
goto crash
End Sub
[/vbcode]
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
|