Click here to Skip to main content
15,906,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exception in C++ Pin
Cedric Moonen13-Sep-06 3:46
Cedric Moonen13-Sep-06 3:46 
AnswerRe: Exception in C++ Pin
Zac Howland13-Sep-06 4:13
Zac Howland13-Sep-06 4:13 
AnswerRe: [Message Deleted] Pin
ThatsAlok13-Sep-06 18:52
ThatsAlok13-Sep-06 18:52 
AnswerRe: [Message Deleted] Pin
Hamid_RT14-Sep-06 8:39
Hamid_RT14-Sep-06 8:39 
Questionmatlab file (m-file) to c++ Pin
Haoman1713-Sep-06 3:42
Haoman1713-Sep-06 3:42 
AnswerRe: matlab file (m-file) to c++ Pin
Jun Du13-Sep-06 8:15
Jun Du13-Sep-06 8:15 
QuestionShare OpenGL Displaylists in MDI Applications Pin
olaebo13-Sep-06 2:59
olaebo13-Sep-06 2:59 
AnswerRe: Share OpenGL Displaylists in MDI Applications Pin
nadiric13-Sep-06 5:46
nadiric13-Sep-06 5:46 
I believe display lists are limited to an OpenGL rendering context. Although you can share rendering contexts across windows (by changing the device context), they must all share the same pixel format. (found in OpenGL Superbible pg. 658)

hRC = wglCreateContext(hDC); //initially create rendering context
wglMakeCurrent(hDC,hRC); //change to a different hDC, keeping the original hRC

Can't say I have actually done this...
AnswerRe: Share OpenGL Displaylists in MDI Applications Pin
cmk13-Sep-06 8:07
cmk13-Sep-06 8:07 
QuestionVc++ express edition Pin
Anu_Bala13-Sep-06 2:49
Anu_Bala13-Sep-06 2:49 
AnswerRe: Vc++ express edition Pin
David Crow13-Sep-06 2:59
David Crow13-Sep-06 2:59 
GeneralRe: Vc++ express edition Pin
Anu_Bala13-Sep-06 18:04
Anu_Bala13-Sep-06 18:04 
Questionwindows explorer Pin
radhika2813-Sep-06 2:18
radhika2813-Sep-06 2:18 
AnswerRe: windows explorer Pin
sujtha13-Sep-06 2:22
sujtha13-Sep-06 2:22 
GeneralRe: windows explorer Pin
radhika2813-Sep-06 2:46
radhika2813-Sep-06 2:46 
GeneralRe: windows explorer Pin
Hamid_RT14-Sep-06 8:38
Hamid_RT14-Sep-06 8:38 
GeneralRe: windows explorer Pin
radhika2814-Sep-06 19:03
radhika2814-Sep-06 19:03 
GeneralRe: windows explorer Pin
Hamid_RT15-Sep-06 1:22
Hamid_RT15-Sep-06 1:22 
QuestionDislaying Text in Edit Control at runtime. Pin
Pratheep Kenny13-Sep-06 2:03
Pratheep Kenny13-Sep-06 2:03 
AnswerRe: Dislaying Text in Edit Control at runtime. Pin
sujtha13-Sep-06 2:08
sujtha13-Sep-06 2:08 
AnswerRe: Dislaying Text in Edit Control at runtime. Pin
Akt_4_U13-Sep-06 2:12
Akt_4_U13-Sep-06 2:12 
GeneralRe: Dislaying Text in Edit Control at runtime. Pin
Akt_4_U13-Sep-06 2:13
Akt_4_U13-Sep-06 2:13 
GeneralRe: Dislaying Text in Edit Control at runtime. Pin
Pratheep Kenny13-Sep-06 2:46
Pratheep Kenny13-Sep-06 2:46 
AnswerRe: Dislaying Text in Edit Control at runtime. Pin
Naveen13-Sep-06 2:13
Naveen13-Sep-06 2:13 
AnswerRe: Dislaying Text in Edit Control at runtime. Pin
Hamid_RT14-Sep-06 8:38
Hamid_RT14-Sep-06 8:38 

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.