3

関数 CoCreateInstance で __uuidof を使用したい:

CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(Isesoft),(LPVOID*)&pem);

エラー:

'__uuidof' was not declared in this scope.

MINGWでどのように使用できますか?

4

1 に答える 1