New to express

Calling all vC++ users,

I am brand new to express and I have a problem already.

I have made a sample app that just has a toolbar drawn on it. It worked on the PC that i made it on, but when I emailed it to my other PC and tried to open it it came up with an error saying that the "Application" wasn't "configured" correctly.

Can anyone help please

Could it be because I need to make it standalone some how

Chris




Answer this question

New to express

  • Brad Huffman

    OShah wrote:

    Will it be okay if you have this arrangement:

    • Create a zip file with the following files:
    • yourapp.exe
    • MSVCR80.dll
    • MSVCP80.dll
    • MSVCM80.dll (if necessary)
    • Microsoft.VC80.CRT.manifest

    When the user downloads your zip, he can extract all files to one folder and everything will be setup.



    What if somebody just wants to create a simple Hello World .exe program

    I have been working on this all day and still can't get VC++ Express Edition to
    create a simple console program that I can deploy to another Windows box.

    Thank you.

  • Pansar_Nisse

    so how do I get it to be standalone
  • G Jovan

    Will it be okay if you have this arrangement:

    • Create a zip file with the following files:
    • yourapp.exe
    • MSVCR80.dll
    • MSVCP80.dll
    • MSVCM80.dll (if necessary)
    • Microsoft.VC80.CRT.manifest

    When the user downloads your zip, he can extract all files to one folder and everything will be setup.



  • Reggie Chen

    Start here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=353193&SiteID=1.

    BTW, in one of the links to the links that that post links to (), it makes reference to a file called vcredist_x86.exe. Unlike what that post says, vcredist_x86.exe is now available under http://www.microsoft.com/downloads/details.aspx familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en.



  • Chris TBerry

    For all VS editions except express, the Microsoft.VC80.CRT.manifest is located in the redist folder. Since Visual C++ Express edition doesn't contain the redist folder, you'll have to create it manually:

    see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=164880&SiteID=1 (the post which starts with "OK, due to popular demand...").



  • Pablo Alarcon Garcia

    Yes that would be okay.

    Thanks for your time and help

    Wilko


  • Arthur Dzhelali

    What I dont get is how you get the Microsoft.VC80.CRT.manifest file!

    Wilko


  • New to express