|
-
Mar 12th, 2005, 10:56 AM
#1
Thread Starter
Registered User
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!
-
Mar 12th, 2005, 11:03 AM
#2
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.
-
Mar 12th, 2005, 11:06 AM
#3
Thread Starter
Registered User
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?
-
Mar 12th, 2005, 11:10 AM
#4
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
-
Mar 14th, 2005, 10:54 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|