|
-
Apr 4th, 2009, 01:00 PM
#1
Thread Starter
Fanatic Member
component differnces
need help, i want to know is there any component differences country to country ... i have created a standard exe. but from some countries we got complain that while opening the exe and error occurs with a message [this application has failed to start because MSVBV60.DLL was not found. Reinstalling the application may fix this problem] ...please help inorder to solve the problem ..
thanks in advance
-
Apr 4th, 2009, 02:04 PM
#2
Re: component differnces
Do you mean MSVBVM60.DLL?
If so, the problem is that you are not installing your application (or are not doing it properly).
For an explanation of why VB programs need some kind of installation, see the article Why doesn't my program work on another computer? from our Classic VB FAQs (in the FAQ forum, which is shown near the top of our home page)
To create an installation package you need to use a program like P&DW that comes with VB, or one of the many other tools available. There are links to downloads and documentation in our Application Deployment FAQ.
If you are installing it, what program are you using to create the package? what does the installation script contain?
-
Apr 4th, 2009, 11:19 PM
#3
Thread Starter
Fanatic Member
help about compiling an exe
before compiling a standard exe ... in project properties where these two terms [compile to P-code] & [compile to Native-code] differs ... which option is fessible so that all the other computers should not ask for any error .. like {Unable to Locate Components} [the application has failed to start because MSVBVM60.DLL was not found .Reinstalling the application may fix this problem]
please help
-
Apr 4th, 2009, 11:36 PM
#4
Re: help about compiling an exe
neither.... if your app isn't finding components it needs.... then you should be building an install that includes your components and installs them with your app.
-tg
-
Apr 5th, 2009, 07:13 AM
#5
Re: help about compiling an exe
Duplicate threads merged - please post each question (or variation of it) only once. If you think you have posted in the wrong forum, PM a moderator to ask them to move it.
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
|