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!
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.
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?
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
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.