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

  • SEARCH
  • Home
  • 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 6232119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:03:44+00:00 2026-05-24T10:03:44+00:00

I couldn’t find any answers on the net… In Visual Studio 2010 C++ Express,

  • 0

I couldn’t find any answers on the net…

In Visual Studio 2010 C++ Express, how do I set the executable data such as exe version, build, icon, etc?

Also, does the Visual studio compiler adds private data to the executable such as IP or mac address?

  • 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-24T10:03:44+00:00Added an answer on May 24, 2026 at 10:03 am

    In Visual Studio 2010 C++ Express, how do I set data such as exe version, build

    You did not say whether you are using managed or unmanaged C++.

    For unmanaged C++ (e.g., MFC), you need to create a version.rc file. You may want to use a resource editor to help you with the .rc file.

    For managed C++ (i.e., a CLR (.NET) C++ project), edit or create the AssemblyInfo.cpp file.

    Here is a sample AssemblyInfo.cpp to start with:

    #include "stdafx.h"
    
    using namespace System;
    using namespace System::Reflection;
    using namespace System::Runtime::CompilerServices;
    using namespace System::Runtime::InteropServices;
    using namespace System::Security::Permissions;
    
    //
    // General Information about an assembly is controlled through the following
    // set of attributes. Change these attribute values to modify the information
    // associated with an assembly.
    //
    [assembly:AssemblyTitleAttribute("foo")];
    [assembly:AssemblyDescriptionAttribute("")];
    [assembly:AssemblyConfigurationAttribute("")];
    [assembly:AssemblyCompanyAttribute("Microsoft")];
    [assembly:AssemblyProductAttribute("foo")];
    [assembly:AssemblyCopyrightAttribute("Copyright (c) Microsoft 2011")];
    [assembly:AssemblyTrademarkAttribute("")];
    [assembly:AssemblyCultureAttribute("")];
    
    //
    // Version information for an assembly consists of the following four values:
    //
    //      Major Version
    //      Minor Version
    //      Build Number
    //      Revision
    //
    // You can specify all the value or you can default the Revision and Build Numbers
    // by using the '*' as shown below:
    
    [assembly:AssemblyVersionAttribute("1.0.*")];
    
    [assembly:ComVisible(false)];
    
    [assembly:CLSCompliantAttribute(true)];
    
    [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
    

    does the Visual studio compiler add private data to the executable such as IP or mac address?

    No. Where did you hear that?

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

Sidebar

Related Questions

Couldn't find any real answers on google.
Couldn't find any related resources I want to add a custom property to my
I couldn't find any useful information on Microsoft's site, so here is the question:
I couldn't find a suitable title for this. I'm going to express my query
Couldn't find any file-tree component (cross-platform, of course) in the FireMonkey framework. Anyone has
I couldn't find any documentation about this... I want to write to a file
I couldn't find any mapview template for the graphical layout. Mapview is from google,
I couldn't find the answer to this in any other question. Suppose that I
Couldn't find any documentation about this: what is the order of execution of the
Couldn't find any good information on how to do this so I thought I'd

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.