CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2001
    Location
    Pakistan
    Posts
    9

    ActiveX Registeration

    I developed some ActiveX Components. Problem is that I always have to compile and re-register the component and also have to compile the original project again and again on different machines. EXE compiled on one PC didn't work on the other due to my ActiveX Component.. Please help me...

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    How do you copy the EXE to another machine? You should be okay if you packaged your EXE (InstallShield, P&D Wizard). You can't just copy the EXE over because of the dependencies for VB application.

    -Cool Bizs

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

Featured