Results 1 to 6 of 6

Thread: The Truevision engine (problems with it)

  1. #1

    Thread Starter
    Addicted Member Icheb's Avatar
    Join Date
    Jul 2001
    Location
    The Netherlands
    Posts
    232

    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]

  2. #2
    Zaei
    Guest
    You may have to add a reference to it in the project-references menu. Dunno, as ive said, ive never used that before.

    Z.

  3. #3

    Thread Starter
    Addicted Member Icheb's Avatar
    Join Date
    Jul 2001
    Location
    The Netherlands
    Posts
    232
    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]

  4. #4
    Zaei
    Guest
    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.

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  6. #6

    Thread Starter
    Addicted Member Icheb's Avatar
    Join Date
    Jul 2001
    Location
    The Netherlands
    Posts
    232
    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
  •  



Click Here to Expand Forum to Full Width