TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David B
NA
1
2.6k
Build Settings in Visual C++ 2005 Express Edition
Mar 28 2006 2:17 PM
Hi, folks. I have been using Visual C++ version 6 for a number of years to write small console programs. I had set all settings and never played with them since. This past weekend, I installed Visual C++ 2005 Express Edition, and hope to use it for all future programming. One question I have: Unless my memory is playing tricks on me, I believe that one setting was a build option by which you specify whether you want a complete build or a partial build. The partial build would assume the executable was running on a computer with required libraries present. The complete build would assume the executable was running on an independent machine without access to other resources—-the executable contains EVERYTHING required for successful operation. I post my executables on my website for download by users, so I want the executable to be a complete, self-contained program; I cannot make assumptions about what a user may already have on their computer. So my two questions are: 1) Is there, indeed, such an option for building the executable? 2) If so, where do I find this option? I looked through Tools>Options and did not notice anything that sounded like it would provide this kind of functionality. Thanks for any advice, David
Reply
Answers (
1
)
Printing and saving of a graph that is drwan on edit box
Pass Data from sql Database to DataTable