Click here to Skip to main content
16,013,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Weird linker error message... Pin
Eytukan15-Jun-06 4:04
Eytukan15-Jun-06 4:04 
AnswerRe: Weird linker error message... Pin
Viorel.15-Jun-06 3:39
Viorel.15-Jun-06 3:39 
QuestionRe: Weird linker error message... Pin
David Crow15-Jun-06 3:40
David Crow15-Jun-06 3:40 
AnswerRe: Weird linker error message... Pin
Eytukan15-Jun-06 3:45
Eytukan15-Jun-06 3:45 
GeneralRe: Weird linker error message... Pin
David Crow15-Jun-06 3:47
David Crow15-Jun-06 3:47 
AnswerYou were all right! Pin
Eytukan15-Jun-06 4:01
Eytukan15-Jun-06 4:01 
Questioncolor in unix/dos?? Pin
Larsson15-Jun-06 3:30
Larsson15-Jun-06 3:30 
AnswerRe: color in unix/dos?? Pin
James R. Twine15-Jun-06 3:34
James R. Twine15-Jun-06 3:34 
   Well, VT/XTerm color codes can be used to write in color to a (supported) Unix console.  I would suggest using something like the curses library for that, but it has been quite some time since I did any console-coloring so some other libraries may be around.

   If you only need to run the app on Unix but access it from DOS (do you mean a Win32 Console?) and Unix, so that there is only one platform to build for, use curses and connect to it using a terminal emulator that supports ANSI/XCode color codes.

   If you need to build for Unix and Windows, I would suggest that you use the Console Functions in Win32 to do coloring in the Windows/Console build.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
AnswerRe: color in unix/dos?? Pin
Eytukan15-Jun-06 3:35
Eytukan15-Jun-06 3:35 
AnswerRe: color in unix/dos?? Pin
Eytukan15-Jun-06 3:44
Eytukan15-Jun-06 3:44 
QuestionHex in Edit Pin
Try15-Jun-06 3:12
Try15-Jun-06 3:12 
AnswerRe: Hex in Edit Pin
David Crow15-Jun-06 3:22
David Crow15-Jun-06 3:22 
AnswerRe: Hex in Edit Pin
Eytukan15-Jun-06 3:25
Eytukan15-Jun-06 3:25 
GeneralRe: Hex in Edit Pin
toxcct13-Sep-06 1:56
toxcct13-Sep-06 1:56 
GeneralRe: Hex in Edit Pin
Eytukan13-Sep-06 2:03
Eytukan13-Sep-06 2:03 
GeneralRe: Hex in Edit Pin
toxcct13-Sep-06 2:06
toxcct13-Sep-06 2:06 
AnswerRe: Hex in Edit Pin
James R. Twine15-Jun-06 3:30
James R. Twine15-Jun-06 3:30 
Questionmenu disable [modified] Pin
yogendra kaushik15-Jun-06 2:18
yogendra kaushik15-Jun-06 2:18 
AnswerRe: menu disable Pin
Naveen15-Jun-06 2:33
Naveen15-Jun-06 2:33 
GeneralRe: menu disable Pin
yogendra kaushik15-Jun-06 3:20
yogendra kaushik15-Jun-06 3:20 
Questionhow to use IMultiMediastream ::GetDuration() [modified] Pin
GANsJob15-Jun-06 1:36
GANsJob15-Jun-06 1:36 
QuestionMemory leaks Pin
Taruni15-Jun-06 1:22
Taruni15-Jun-06 1:22 
AnswerRe: Memory leaks Pin
Hamid_RT15-Jun-06 1:28
Hamid_RT15-Jun-06 1:28 
AnswerRe: Memory leaks Pin
Milton Karimbekallil15-Jun-06 1:34
Milton Karimbekallil15-Jun-06 1:34 
GeneralRe: Memory leaks Pin
toxcct15-Jun-06 2:32
toxcct15-Jun-06 2:32 

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.