【发布时间】:2016-05-23 20:05:45
【问题描述】:
我正在尝试在 windows 10 下以 sfml 构建游戏。它在构建时显示成功。每当我调试解决方案时,它都会显示如下错误消息:
Unhandled exception at 0x00007FFA622C21F9 (sfml-system-2.dll) in picpuz2.exe: 0xC0000005: Access violation reading location 0x0000000000000019.
在调用栈下程序停在代码处:
window.create(sf::VideoMode(300, 300, 32), "PICPUZ");
这是我的代码:
【问题讨论】:
-
等等....你的代码在哪里?
标签: c++ visual-studio visual-studio-2015 sfml