views:

24

answers:

0

So original SLN compiled. I tried it, it worked. But when I am triing to compile it under \clr (which is critical for me). So what I tried was to try playing with compiler options but after fixing general visiable errors I ended with this 3

Error   10  error LNK2028: unresolved token (0A0003BF) "extern "C" int __cdecl _CrtDbgReportW(int,wchar_t const *,int,wchar_t const *,wchar_t const *,...)" (?_CrtDbgReportW@@$$J0YAHHPB_WH00ZZ) referenced in function "public: struct ALDEVICEINFO & __thiscall std::vector<struct ALDEVICEINFO,class std::allocator<struct ALDEVICEINFO> >::operator[](unsigned int)" (??A?$vector@UALDEVICEINFO@@V?$allocator@UALDEVICEINFO@@@std@@@std@@$$FQAEAAUALDEVICEINFO@@I@Z)    C:\Program Files (x86)\OpenAL 1.1 SDK\samples\capture\Win32\aldlist.obj Capture

Error   11  error LNK2019: unresolved external symbol "extern "C" int __cdecl _CrtDbgReportW(int,wchar_t const *,int,wchar_t const *,wchar_t const *,...)" (?_CrtDbgReportW@@$$J0YAHHPB_WH00ZZ) referenced in function "public: struct ALDEVICEINFO & __thiscall std::vector<struct ALDEVICEINFO,class std::allocator<struct ALDEVICEINFO> >::operator[](unsigned int)" (??A?$vector@UALDEVICEINFO@@V?$allocator@UALDEVICEINFO@@@std@@@std@@$$FQAEAAUALDEVICEINFO@@I@Z) C:\Program Files (x86)\OpenAL 1.1 SDK\samples\capture\Win32\aldlist.obj Capture

Error   12  error LNK1120: 2 unresolved externals   C:\Program Files (x86)\OpenAL 1.1 SDK\samples\capture\Win32\Debug\Capture.exe   Capture

what shall I do to compile OpenAL audio capturing sample under Visual studio 2010 under CLR?