簡単なシューティングゲームでも作ってみようとプログラムを書き始めたのですが、エラーのために全く作業が進みません。
デバッグを開始すると「ShootingTest.exe によってブレークポイントが発生しました。」
のウィンドウが出て、描画などをする以前に止まってしまいます。
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
Could not get HID preparsed data
HEAP[ShootingTest.exe]: Heap block at 06720A28 modified at 06720E70 past requested size of 440
ShootingTest.exe によってブレークポイントが発生しました。
プログラム '[832] ShootingTest.exe' はコード 0 (0x0) で終了しました。
試しに上記のサンプルコードを使用しましたが、全く同じ状況になりました。