weixian
08-05-2009, 01:23 AM
i make 3 views with MFC SDI.every view has own hdc hglrc.now i want call the displaylist and make these views render same object what i have define before. just one view could render. if i donot use displaylist and draw directly. it has no problem. i have use wglMakeCurrent bind the hdc and hglrc before rendering. why just one view could render ? The same displaylist can not call in three differnt views? thanks