そのため、ボタンを使用してカメラに接続し、ビデオを録画し、ビデオを保存してからカメラから切断する Visual C++ プログラムでこのエラーが発生しました。この問題を解決するために、c/c++ プロパティのコマンド ラインに /clr と入力します。エラーは
1>c:\users\taycm_000\documents\visual studio 2010\projects\test-new\test\stdafx.h(28): error C3641: 'handleObjectEvent' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe
1>c:\users\taycm_000\documents\visual studio 2010\projects\test-new\test\stdafx.h(32): error C3641: 'handlePropertyEvent' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe
1>c:\users\taycm_000\documents\visual studio 2010\projects\test-new\test\stdafx.h(37): error C3641: 'handleStateEvent' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe
/clr を使用せずにこれらのエラーを解決する方法はありますか?