我正在尝试在我的笔记本电脑上运行一些示例代码。我知道示例代码可以正常工作,因为我已经编译它并在我的 PC 上运行它。
我已经安装了 DirectX / XNA / openAL / Monogame(按此顺序)
IDE是VS2010
当我打开示例代码时,我可以毫无错误地编译它,当我运行它时会崩溃:
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in OpenTK.dll
Additional information: Unable to find an entry point named 'glBindFramebuffer' in DLL 'opengl32.dll'.
当我休息时,它会在以下位置崩溃:
graphics = new GraphicsDeviceManager(this)
谷歌搜索错误代码并没有提供非常有用的信息。
任何帮助或建议都会很棒,
凯文