|
-
Jul 30th, 2006, 03:32 PM
#1
Thread Starter
Junior Member
[RESOLVED] Somebody else can't use my applications?
Hi there,
Sometimes when I make a program, somebody else can't use it.
It gives an error >> runtime error '429': Active X component can't create object
I know it has to do with the components I use, I gave him the files he needed, in this case Microsoft Windows Common Controls and he copied it to the system32 folder. But he still couldn't use it. I didn't use any other components
Maybe because I'm using several forms?
Then I should probably make an installer?
Any help appreciated thanx
-
Jul 30th, 2006, 03:39 PM
#2
Re: Somebody else can't use my applications?
You should really make an installer. You can give somebody your ActiveX files, but it's not sure they are properly registered on the other computer.
-
Jul 30th, 2006, 03:44 PM
#3
Thread Starter
Junior Member
Re: Somebody else can't use my applications?
I found some free installers, but you can't give the destination of the files. I mean you can, but it has to be all in the same folder. You can't copy one file into another folder
Is there a simple way to make an installer?
[Edit:] Never mind I found a good one
Last edited by Virtual; Jul 30th, 2006 at 03:52 PM.
-
Jul 30th, 2006, 03:56 PM
#4
Re: Somebody else can't use my applications?
Don't know why searching for installer. Visual Studio has one!!
-
Jul 30th, 2006, 03:59 PM
#5
Thread Starter
Junior Member
Re: Somebody else can't use my applications?
Yes it has, but that's Visual Studio...It's for VB.NET
-
Jul 30th, 2006, 04:06 PM
#6
Re: Somebody else can't use my applications?
No. Visual Basic 6 has it's own Package (setup, internet cab) and Deployment Wizard.
-
Jul 30th, 2006, 04:11 PM
#7
Re: Somebody else can't use my applications?
Yes it has, but that's Visual Studio...It's for VB.NET
I think you're a little confused - there was Visual Studio before Visual Studio.Net, and VB6 was part of it (along with Visual C++, etc). 
VB6 (or Visual Studio 6) includes a tool called Package and Deployment Wizard (PDW), which admittedly isnt very good. A selection of good installers can be found in the FAQ of our Application Deployment forum.
-
Jul 30th, 2006, 05:10 PM
#8
Re: Somebody else can't use my applications?
Virtual,
Look in the Application Deployment forum for installers and some selective related apps.
-
Jul 30th, 2006, 06:20 PM
#9
Re: Somebody else can't use my applications?
-
Jul 30th, 2006, 07:34 PM
#10
Thread Starter
Junior Member
Re: Somebody else can't use my applications?
Thanks a lot guys !
[Edit] I'm using INNO setup compiler, but how can I let it copy the OCX file to the system32 map? Do I just simply copy all OCX or DLLs that that I add and use in the project? I mean all ocx files I add by Project > Components
Last edited by Virtual; Jul 30th, 2006 at 07:45 PM.
-
Jul 31st, 2006, 07:20 AM
#11
Re: Somebody else can't use my applications?
 Originally Posted by Virtual
Thanks a lot guys !
[Edit] I'm using INNO setup compiler, but how can I let it copy the OCX file to the system32 map? Do I just simply copy all OCX or DLLs that that I add and use in the project? I mean all ocx files I add by Project > Components
Any OCX used in your project needs to be deployed with your project.
-
Jul 31st, 2006, 02:42 PM
#12
Thread Starter
Junior Member
Re: Somebody else can't use my applications?
Okay I found out how INNO works, thanks to your FAQ
but how do I know what files I also should include? I mean like OCX files. The files that are checked in the components window?
Last edited by Virtual; Jul 31st, 2006 at 05:35 PM.
-
Aug 1st, 2006, 02:22 AM
#13
Re: Somebody else can't use my applications?
You will have to use another app to find your dependencies...
-
Aug 1st, 2006, 08:07 AM
#14
Thread Starter
Junior Member
Re: Somebody else can't use my applications?
Think I found one. thanks all for your help
Resolved.
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
|