Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 allegro 5.0.7 的 Vc++(2012)。并按照此链接获取教程。
当我编译上面给定链接中的代码时,我得到断言失败错误。这是我的错误的快照。
您正在尝试使用空位图。最常见的原因是您从一个您不期望的目录运行程序,导致您的相对路径失败。
阅读并遵循本文的建议来解决问题。