阅读背景:

Why does Visual C++ not hit a breakpoint in, or step through a specific function?

来源:互联网 

I have the following:

我有以下内容:

classA::FuncA()
{
 ... code
   FuncB();
 ... code
}

classA::FuncB(const char *pText)
{
    SelectObject(m_hDC, GetStockObject (  SYSTEM_FONT)); 
    wglUseFontBitmaps(m_hDC, 0, 255, 1000); 
    glListBase(1000); 
    glCallLists(static_cast<GLsizei>(strlen(pText)), GL_UNSIGNED_BYTE, pText); 
}
classA::FuncA



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: