関数 CoCreateInstance で __uuidof を使用したい:
CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(Isesoft),(LPVOID*)&pem);
エラー:
'__uuidof' was not declared in this scope.
MINGWでどのように使用できますか?
関数 CoCreateInstance で __uuidof を使用したい:
CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(Isesoft),(LPVOID*)&pem);
エラー:
'__uuidof' was not declared in this scope.
MINGWでどのように使用できますか?