Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionQuestion regarding std::Vector.... Pin
Raza568024-Mar-12 9:30
Raza568024-Mar-12 9:30 
AnswerRe: Question regarding std::Vector.... Pin
André Kraak24-Mar-12 9:55
André Kraak24-Mar-12 9:55 
GeneralRe: Question regarding std::Vector.... Pin
Raza568025-Mar-12 3:53
Raza568025-Mar-12 3:53 
GeneralRe: Question regarding std::Vector.... Pin
«_Superman_»25-Mar-12 5:12
professional«_Superman_»25-Mar-12 5:12 
GeneralRe: Question regarding std::Vector.... Pin
Raza568025-Mar-12 5:26
Raza568025-Mar-12 5:26 
AnswerRe: Question regarding std::Vector.... Pin
Chris Losinger26-Mar-12 4:13
professionalChris Losinger26-Mar-12 4:13 
QuestionHow to set build event Macros in VC++ 6.0? Pin
Falconapollo23-Mar-12 17:56
Falconapollo23-Mar-12 17:56 
AnswerRe: How to set build event Macros in VC++ 6.0? Pin
«_Superman_»23-Mar-12 20:33
professional«_Superman_»23-Mar-12 20:33 
As I understand it, one workspace has 2 projects - a lib and an exe.
In this case, Here is what is normally done.

Set the exe project to be dependent on the lib project and make the exe project as the active project.
I've forgotten exactly how to do this in VC6, but you should be able to find it.

Now after making some changes to the lib source, you can directly run the program and the lib would be built first after which the exe would be built and then executed.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

GeneralRe: How to set build event Macros in VC++ 6.0? Pin
Falconapollo23-Mar-12 20:45
Falconapollo23-Mar-12 20:45 
GeneralRe: How to set build event Macros in VC++ 6.0? Pin
Albert Holguin24-Mar-12 8:00
professionalAlbert Holguin24-Mar-12 8:00 
Questionc++ win32 project file - a file like a visual studio project file Pin
jkirkerx23-Mar-12 6:32
professionaljkirkerx23-Mar-12 6:32 
AnswerRe: c++ win32 project file - a file like a visual studio project file Pin
Chris Losinger23-Mar-12 6:46
professionalChris Losinger23-Mar-12 6:46 
AnswerRe: c++ win32 project file - a file like a visual studio project file Pin
David Crow23-Mar-12 6:54
David Crow23-Mar-12 6:54 
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
jkirkerx23-Mar-12 7:33
professionaljkirkerx23-Mar-12 7:33 
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
Randor 23-Mar-12 12:36
professional Randor 23-Mar-12 12:36 
GeneralCreateFile Pin
jkirkerx23-Mar-12 12:57
professionaljkirkerx23-Mar-12 12:57 
GeneralRe: CreateFile Pin
Randor 23-Mar-12 13:10
professional Randor 23-Mar-12 13:10 
GeneralRe: Structure the data contents of the file. Pin
jkirkerx23-Mar-12 13:31
professionaljkirkerx23-Mar-12 13:31 
GeneralRe: Structure the data contents of the file. Pin
Randor 23-Mar-12 13:44
professional Randor 23-Mar-12 13:44 
GeneralRe: Structure the data contents of the file. Pin
jkirkerx24-Mar-12 8:12
professionaljkirkerx24-Mar-12 8:12 
GeneralRe: c++ win32 project file - a file like a visual studio project file Pin
jibon2124-Mar-12 17:33
jibon2124-Mar-12 17:33 
QuestionRe: c++ win32 project file - a file like a visual studio project file Pin
David Crow25-Mar-12 14:51
David Crow25-Mar-12 14:51 
QuestionMFC app with iPhone Pin
Software200723-Mar-12 6:05
Software200723-Mar-12 6:05 
AnswerRe: MFC app with iPhone Pin
Code-o-mat23-Mar-12 8:30
Code-o-mat23-Mar-12 8:30 
GeneralRe: MFC app with iPhone Pin
Software200723-Mar-12 15:47
Software200723-Mar-12 15:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.