Results 1 to 5 of 5

Thread: compile an application help!

  1. #1

    Thread Starter
    Registered User
    Join Date
    Mar 2005
    Posts
    66

    Exclamation compile an application help!

    well im a n00b and still learnin.....
    i use the vbSkinner ActiveX component.... it gives a look to my vb application... once i compile my file into an .exe .... it works well on my computer... but when i send it some1 else.. they tell me that it shows .ocx file missing!... wat do i do?


    Thx in advance!

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: compile an application help!

    You have to also supply the OCX file and register it by using the shell command "regsvr32 ocxname.ocx" before any application that uses it can be run. Same with DLLs.

  3. #3

    Thread Starter
    Registered User
    Join Date
    Mar 2005
    Posts
    66

    Arrow Re: compile an application help!

    well but thats not possible with every program... is this any software that creates a setup file for VB that registers the ocx file?

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: compile an application help!

    Yeah, try the Package & Deployment Wizard that comes with VB. Or for a more customisable setup app try Inno Setup

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: compile an application help!

    soothsayer,

    You can try ********** combined with Inno Setup. This will create and compile a setup progrm for you with very little work.

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