Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WMP ActiveX SetProperty Issues Pin
zorba99030-Nov-05 17:33
zorba99030-Nov-05 17:33 
QuestionHow to do it in the most easy way Pin
LaHaHa30-Nov-05 13:39
LaHaHa30-Nov-05 13:39 
QuestionHow to Fix error C2105 ? Pin
rat.crown30-Nov-05 13:08
rat.crown30-Nov-05 13:08 
AnswerRe: How to Fix error C2105 ? Pin
Nilesh K.1-Dec-05 23:37
Nilesh K.1-Dec-05 23:37 
QuestionCreating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 9:56
Ian Bowler30-Nov-05 9:56 
QuestionRe: Creating an automated build process - where do I start? Pin
David Crow30-Nov-05 10:01
David Crow30-Nov-05 10:01 
AnswerRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:23
Ian Bowler30-Nov-05 10:23 
GeneralRe: Creating an automated build process - where do I start? Pin
Chris Losinger30-Nov-05 10:40
professionalChris Losinger30-Nov-05 10:40 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:57
Ian Bowler30-Nov-05 10:57 
GeneralRe: Creating an automated build process - where do I start? Pin
Chris Losinger30-Nov-05 14:08
professionalChris Losinger30-Nov-05 14:08 
GeneralRe: Creating an automated build process - where do I start? Pin
David Crow30-Nov-05 10:49
David Crow30-Nov-05 10:49 
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 10:52
Ian Bowler30-Nov-05 10:52 
GeneralRe: Creating an automated build process - where do I start? Pin
PJ Arends30-Nov-05 10:57
professionalPJ Arends30-Nov-05 10:57 
VC6 has the ability to export .mak files that you can use with nmake.exe (project -> Export Makefile). If you add file or projects to your workspace you simply generate a new .mak file. From there it is simply a matter of writing a .bat file for setting up all the proper nmake options.

Note that I hvae never done this for anything more than simply trying it out. Most of my apps compile very quickly, so I usually just wait for them to compile from the IDE.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: Creating an automated build process - where do I start? Pin
Ian Bowler30-Nov-05 11:04
Ian Bowler30-Nov-05 11:04 
GeneralRe: Creating an automated build process - where do I start? Pin
Graham Bradshaw30-Nov-05 11:39
Graham Bradshaw30-Nov-05 11:39 
AnswerRe: Creating an automated build process - where do I start? Pin
Graham Bradshaw30-Nov-05 11:38
Graham Bradshaw30-Nov-05 11:38 
AnswerRe: Creating an automated build process - where do I start? Pin
SilentSilent1-Dec-05 0:28
SilentSilent1-Dec-05 0:28 
QuestionDialup internet connections Pin
PJ Arends30-Nov-05 9:25
professionalPJ Arends30-Nov-05 9:25 
QuestionRe: Dialup internet connections Pin
David Crow30-Nov-05 9:33
David Crow30-Nov-05 9:33 
AnswerRe: Dialup internet connections Pin
PJ Arends30-Nov-05 9:48
professionalPJ Arends30-Nov-05 9:48 
QuestionRe: Dialup internet connections Pin
David Crow30-Nov-05 9:59
David Crow30-Nov-05 9:59 
AnswerRe: Dialup internet connections Pin
PJ Arends30-Nov-05 10:09
professionalPJ Arends30-Nov-05 10:09 
GeneralRe: Dialup internet connections Pin
David Crow30-Nov-05 10:29
David Crow30-Nov-05 10:29 
GeneralRe: Dialup internet connections Pin
PJ Arends30-Nov-05 10:45
professionalPJ Arends30-Nov-05 10:45 
GeneralRe: Dialup internet connections Pin
David Crow30-Nov-05 10:57
David Crow30-Nov-05 10:57 

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.