Debugビルドで終了時にエラー
Debugビルドした場合、終了時に以下のエラーが表示される。
Debug Error!
Program: D:\Programing\MGL\S3.1\test2\bin\test.exe Module: File: i386\chkesp.c Line: 42
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
(Press Retry to debug the application)
コールスタックを見てみるとどうもDINPUT8で落ちてるっぽい。 (開放処理の不備か・・・?)
登録日: 2007-02-18 14:21 完了日: 2008-06-28 17:10
日付: 2008-06-28 17:10
投稿者: myun2
Logged In: YES
user_id=26988
利用者側でコールバックスレッド宣言に「WINAPI」を付けていなかったのが原因でした・・・。(修正なし)
Debugビルドした場合、終了時に以下のエラーが表示される。
Debug Error!
Program: D:\Programing\MGL\S3.1\test2\bin\test.exe
Module:
File: i386\chkesp.c
Line: 42
The value of ESP was not properly saved across a
function call. This is usually a result of calling a
function declared with one calling convention with a
function pointer declared with a different calling
convention.
(Press Retry to debug the application)
コールスタックを見てみるとどうもDINPUT8で落ちてるっぽい。 (開放処理の不備か・・・?)
登録日: 2007-02-18 14:21 完了日: 2008-06-28 17:10