Thread: MSVC 2005 Express Distribution Build?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    74

    MSVC 2005 Express Distribution Build?

    Hello, I tried to build a release build of my application. It does not use MFC or anything like that and it built great with the result being very small and fast.

    3 files of size 15kb 15kb 104kb.


    It ran great! Than I took it to another computer without MSVC++ 2005 Express Edition installed and when I tried to run it it gave the error "could not run bad configuration try reinstalling" or something like that. Someone advised me to go into project settings and change code generation setting from its default of Multi-threaded DLL /MD to Multi-threaded /MT than rebuild.. well it works now and seems to work on other systems however the code is much larger like a debug build with:

    same 3 files except now at 76kb 75kb 154kb !

    Ugg what is with MSVC++ 2005 Express? There default settings seem to be so gay... what am I missing? Can I somehow return to my original file sizes in the first build and not have to bundle my application with sets of random dlls as I've seen some others suggest doing. MSVC80.dll etc... I just want to share my basic application! is that so bad?


    Thnx for any clarification of whats going on here... I'm not using MFC or anything.. just pure Win32 API...
    Last edited by Kurisu33; 10-31-2006 at 01:17 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PlaySound
    By cangel in forum C++ Programming
    Replies: 16
    Last Post: 10-08-2009, 05:29 PM
  2. Compile Error in Visual C++ 2005 express
    By Fremontknight1 in forum C++ Programming
    Replies: 9
    Last Post: 10-19-2007, 04:28 PM
  3. Visual C++ 2005 express ed.
    By Adock in forum Tech Board
    Replies: 3
    Last Post: 01-04-2007, 09:44 AM
  4. Linker errors with 2005 Express
    By thetinman in forum Windows Programming
    Replies: 4
    Last Post: 12-30-2006, 09:04 AM
  5. Boom, Headoshot!!
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 50
    Last Post: 07-21-2005, 08:28 PM