Results 1 to 2 of 2

Thread: avtivex dll prob

  1. #1

    Thread Starter
    Hyperactive Member Cmdr0Sunburn's Avatar
    Join Date
    May 2001
    Location
    g0t r00t?
    Posts
    461

    avtivex dll prob

    i made a dll and refrenced it in a program, all on a nother computer. i am trying to use my program and my dll on my other computer, it says "activex cannot create object" i think it has to do with it being not regesterd, how would i accomplish this in code?
    I know a lot oF Vb, expert in C++, and i think in assembly.
    MSVC++6.NET
    vb6
    masm
    Windowz Xp
    I find my self using this a lot in C++

    __asm {
    }

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    On the machine where the dll resides on, put the dll file in the System32 directory, then go to a comman prompt and put:

    Code:
        Regsvr32 DLLName.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
  •  



Click Here to Expand Forum to Full Width