- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I encountered the following errors when I tried to integrate Vino into my existing project:
Severity Code Description Project File Line Suppression State
Error C2664 'HMODULE LoadLibraryW(LPCWSTR)': cannot convert argument 1 from 'const char *' to 'LPCWSTR' OpenVino_test c:\zhiqi_work\intel_openvi\computer_vision_sdk_2018.1.265\deployment_tools\inference_engine\include\details\os\win_shared_object_loader.h 46
I have set up proper include directories and import libraries. Why would the above issue show up?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Zhiqi,
If you could try going to the Properties for your Project and under Configuration Properties/General, change the Character Set to "Not Set". This way, the compiler will not assume that you want Unicode characters, which are selected by default this may solve the issue. Let me know if that helps.
Kind Regards,
Monique Jones
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Zhiqi,
If you could try going to the Properties for your Project and under Configuration Properties/General, change the Character Set to "Not Set". This way, the compiler will not assume that you want Unicode characters, which are selected by default this may solve the issue. Let me know if that helps.
Kind Regards,
Monique Jones
