Click here to Skip to main content
15,882,152 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to show different window layout Pin
«_Superman_»9-Jan-11 6:45
professional«_Superman_»9-Jan-11 6:45 
QuestionAnother academic question - compiler options or #pragma ? Pin
Vaclav_8-Jan-11 9:28
Vaclav_8-Jan-11 9:28 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
Aescleal8-Jan-11 9:44
Aescleal8-Jan-11 9:44 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
T21028-Jan-11 13:20
T21028-Jan-11 13:20 
AnswerRe: Another academic question - compiler options or #pragma ? Pin
Paul Michalik9-Jan-11 0:53
Paul Michalik9-Jan-11 0:53 
GeneralRe: Another academic question - compiler options or #pragma ? Pin
Vaclav_9-Jan-11 5:17
Vaclav_9-Jan-11 5:17 
QuestionVC 6.0 command line string Pin
Vaclav_8-Jan-11 9:03
Vaclav_8-Jan-11 9:03 
AnswerRe: VC 6.0 command line string Pin
T21028-Jan-11 13:27
T21028-Jan-11 13:27 
Why are you using VC 6? Are you heavily using MFC? If standard C++, then you can download VC 2010 Express for free and the porting is minimal. If your users do not have .NET Framework and refuse to install it, then you can use up to VC 2002. I understand VB 6 since a lot of code broke with VB .NET.

You can look here
http://msdn.microsoft.com/en-us/library/aa699274.aspx[^]

Also from the following website,
http://social.msdn.microsoft.com/forums/en-US/vsx/thread/32780769-49f3-4626-8043-0883dbd72142[^]

C6 supports command line building through the msdev executable. Type msdev /? to see arg options.

Given a workspace file of foo.dsw, to build all release projects in the workspace, type

msdev foo.dsw /MAKE "ALL - RELEASE".
QuestionCompiler is ignoring code - VC 6.0 SOLVED [modified] Pin
Vaclav_8-Jan-11 5:00
Vaclav_8-Jan-11 5:00 
AnswerRe: Compiler is ignoring code - VC 6.0 Pin
User 74293388-Jan-11 5:34
professionalUser 74293388-Jan-11 5:34 
AnswerRe: Compiler is ignoring code - VC 6.0 Pin
Maximilien8-Jan-11 7:17
Maximilien8-Jan-11 7:17 
GeneralRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
Vaclav_8-Jan-11 8:53
Vaclav_8-Jan-11 8:53 
AnswerRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
jschell8-Jan-11 9:05
jschell8-Jan-11 9:05 
GeneralRe: Compiler is ignoring code - VC 6.0 SOLVED Pin
Vaclav_8-Jan-11 9:17
Vaclav_8-Jan-11 9:17 
QuestionExpanding items in CTreeCtrl Pin
Sakhalean8-Jan-11 3:16
Sakhalean8-Jan-11 3:16 
AnswerRe: Expanding items in CTreeCtrl Pin
User 74293388-Jan-11 3:42
professionalUser 74293388-Jan-11 3:42 
AnswerRe: Expanding items in CTreeCtrl Pin
jk chan8-Jan-11 5:24
jk chan8-Jan-11 5:24 
AnswerRe: Expanding items in CTreeCtrl Pin
janaswamy uday8-Jan-11 6:55
janaswamy uday8-Jan-11 6:55 
JokeRe: Expanding items in CTreeCtrl Pin
User 74293388-Jan-11 7:19
professionalUser 74293388-Jan-11 7:19 
QuestionOperator >> istream [modified] Pin
Amine MAMA8-Jan-11 1:31
Amine MAMA8-Jan-11 1:31 
AnswerRe: Operator >> istream Pin
Luc Pattyn8-Jan-11 1:36
sitebuilderLuc Pattyn8-Jan-11 1:36 
AnswerRe: Operator >> istream Pin
Amine MAMA8-Jan-11 1:44
Amine MAMA8-Jan-11 1:44 
AnswerRe: Operator >> istream Pin
Luc Pattyn8-Jan-11 2:20
sitebuilderLuc Pattyn8-Jan-11 2:20 
AnswerRe: Operator >> istream Pin
User 74293388-Jan-11 2:57
professionalUser 74293388-Jan-11 2:57 
GeneralRe: Operator >> istream Pin
Amine MAMA8-Jan-11 3:14
Amine MAMA8-Jan-11 3:14 

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.