Click here to Skip to main content
15,896,349 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use CMFCVisualManagerOffice2007 in dialog App? Pin
stephen_young14-Feb-11 6:14
stephen_young14-Feb-11 6:14 
QuestionMulti Language Support Pin
T.RATHA KRISHNAN14-Feb-11 2:44
T.RATHA KRISHNAN14-Feb-11 2:44 
AnswerRe: Multi Language Support Pin
loyal ginger14-Feb-11 10:16
loyal ginger14-Feb-11 10:16 
AnswerRe: Multi Language Support Pin
yu-jian14-Feb-11 16:29
yu-jian14-Feb-11 16:29 
AnswerRe: Multi Language Support Pin
ShilpiP14-Feb-11 18:17
ShilpiP14-Feb-11 18:17 
AnswerRe: Multi Language Support Pin
RaviRanjanKr16-Feb-11 3:02
professionalRaviRanjanKr16-Feb-11 3:02 
QuestionImplementing Remeber me Facility Pin
pix_programmer14-Feb-11 2:12
pix_programmer14-Feb-11 2:12 
AnswerRe: Implementing Remeber me Facility Pin
CPallini14-Feb-11 2:33
mveCPallini14-Feb-11 2:33 
GeneralRe: Implementing Remeber me Facility Pin
pix_programmer14-Feb-11 2:41
pix_programmer14-Feb-11 2:41 
GeneralRe: Implementing Remeber me Facility Pin
CPallini14-Feb-11 2:56
mveCPallini14-Feb-11 2:56 
QuestionDrawText Pin
john563214-Feb-11 1:21
john563214-Feb-11 1:21 
AnswerRe: DrawText Pin
CPallini14-Feb-11 1:27
mveCPallini14-Feb-11 1:27 
QuestionCreating TCP/IP Port programatically [modified] Pin
msr_codeproject13-Feb-11 23:54
msr_codeproject13-Feb-11 23:54 
AnswerRe: Creating TCP/IP Port programatically Pin
ShilpiP14-Feb-11 19:01
ShilpiP14-Feb-11 19:01 
GeneralRe: Creating TCP/IP Port programatically Pin
msr_codeproject14-Feb-11 23:58
msr_codeproject14-Feb-11 23:58 
GeneralRe: Creating TCP/IP Port programatically Pin
ShilpiP15-Feb-11 0:37
ShilpiP15-Feb-11 0:37 
GeneralRe: Creating TCP/IP Port programatically Pin
msr_codeproject16-Feb-11 0:20
msr_codeproject16-Feb-11 0:20 
GeneralRe: Creating TCP/IP Port programatically Pin
ShilpiP16-Feb-11 0:29
ShilpiP16-Feb-11 0:29 
GeneralRe: Creating TCP/IP Port programatically [modified] Pin
msr_codeproject16-Feb-11 1:57
msr_codeproject16-Feb-11 1:57 
QuestionHow to reduce CPU uages with Opengl ? Pin
GAJERA13-Feb-11 19:36
GAJERA13-Feb-11 19:36 
AnswerRe: How to reduce CPU uages with Opengl ? Pin
Emilio Garavaglia14-Feb-11 9:03
Emilio Garavaglia14-Feb-11 9:03 
You have two choiches:
1) Buy a computer with a faster CPU
2) Check if the OpenGL settings on your computer are fine with your hardware (that may be OpenGL capable itself, but may be the library doesn't know it)

Seriously: there is nothing strange in your program. Simply, OGL is a bad beast!
The only thing to check is the driver of your graphic card (are they the correct ones? sometime the OS setups guess wrong settings) and relative settings (if they are), as well as the OGL settings in the control panel (if there are).

2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


AnswerRe: How to reduce CPU uages with Opengl ? Pin
Cedric Moonen14-Feb-11 20:26
Cedric Moonen14-Feb-11 20:26 
QuestionNow I know why people use makefiles Pin
Craig Longman13-Feb-11 17:37
Craig Longman13-Feb-11 17:37 
GeneralRe: Now I know why people use makefiles Pin
Richard MacCutchan13-Feb-11 22:31
mveRichard MacCutchan13-Feb-11 22:31 
GeneralRe: Now I know why people use makefiles Pin
Craig Longman14-Feb-11 2:54
Craig Longman14-Feb-11 2:54 

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.