Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 607963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:24:50+00:00 2026-05-13T17:24:50+00:00

how do i turn my VC++ 2008 program into something i can get to

  • 0

how do i turn my VC++ 2008 program into something i can get to run on other computers. i have tryed using the .exe it makes in the debug but it will say that im missing some files and lists all of my .cpp file names and .h files(if i use it on other computers). i wanted something so i could encrypt my files because one of them is about encrypting passwords/other stuff so i can’t have someone just open my files. also i would very much like someway to make them accept the terms and conditions so they can’t sue me if they lose something, that would be very very nice. ^^

i only have Microsoft virtual c++ 2008 express edition that i got from their web site.

o also if i make something on windows 7 will it run in xp or vista?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:24:51+00:00Added an answer on May 13, 2026 at 5:24 pm

    You generally can’t and almost never should distribute debug builds to client machines. At least three reasons.

    1. Client machines will not have the debug versions of your dependant libraries, like the VC runtime (msvcrtd.dll), so they won’t be able to run your app.
    2. When compiling in debug, your code will in many ways run unoptimized. For one thing, you don’t let an optimizing compiler optimize when you compile in debug, so it will run slower and/or fatter. For another, there are debug version of things like operator new which allocate much more than you ask for, which is used in runtime integrity checking etc. So your program runs fatter & slower once more.
    3. When you compile in debug it is easier to reverse-engineer your code.

    UPDATE:

    And to answer your question if a Win7-compiled app will run on XP/Vista, the answer is ‘yes’ so long as you don’t use any Win7 features.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a setting in Visual Studio 2008 that I can turn on which
How do I turn a python program into an .egg file?
Anyone know how to turn off code folding in visual studio 2008? Some of
Is it possible to turn off all HTML formatting in Visual Studio 2008? It
Every time I turn on my company-owned development machine, I have to kill 10+
How do I turn the following 2 queries into 1 query $sql = SELECT
I would like to turn the HTML generated by my CFM page into a
When I turn an image ( <img> ) into a hyperlink (by wrapping it
How can I turn off certificate revocation for a WCF service's client? The client
How do you turn a Visual Studio build that you'd perform in the IDE

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.