Results 1 to 5 of 5

Thread: help about compiling an exe

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    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

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width