c2664

    0热度

    2回答

    这里是我的代码的一个摘要。我试图用glutSpecialFunc告诉供过于求用我的按键响应功能 class Car : public WorldObject { public: void KeyPress(int key, int x, int y) { } Car() { glutSpecialFunc(&Car::KeyPress); // C2664 error

    3热度

    5回答

    我正在使用SHGetSpecialFolderLocation API函数。我的应用程序设置为“使用Unicode字符集”。 这是我到目前为止有: int main (int, char **) { LPITEMIDLIST pidl; HRESULT hr = SHGetSpecialFolderLocation(NULL, CSIDL_PERSONAL, &pidl);