Click here to Skip to main content
15,887,683 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 
it's pretty easy to launch Visual Studio from a command line prompt, with a solution/workspace and build configuration name. ex. here's a bit of what we use for our ImgSource builds, on VC7:


    devenv /clean Release /project _isource /projectconfig "Release|Win32" ISource.sln

    devenv /build Release /project _isource /projectconfig "Release|Win32" ISource.sln


you need to launch this from the command line prompt that VS creates for you (it sets up a bunch of ENV variables for you). but, there are no makefiles - just create the configutations in the UI as you normally would, then run them from the command line.


Cleek | Image Toolkits | Thumbnail maker

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 
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.