wxWidgets with VS 2017/3.0.4 Stable Release 오류노트

오류 error C3861: 'wxStrcoll': identifier not found

고기상추밥 2018. 11. 21. 16:07

1>------ Build started: Project: Project6, Configuration: Debug Win32 ------
1>Source.cpp
1>c:\wxwidgets-3.0.4\include\wx\wxcrt.h(487): error C3861: 'wxStrcoll': identifier not found
1>c:\wxwidgets-3.0.4\include\wx\wxcrt.h(487): note: 'wxStrcoll': function was not declared in the template definition context and can be found only via argument-dependent lookup in the instantiation context
1>c:\wxwidgets-3.0.4\include\wx\wxcrt.h(496): note: see reference to function template instantiation 'int wxStrcoll_String<const wchar_t*>(const wxString &,const T &)' being compiled
1>        with
1>        [
1>            T=const wchar_t *
1>        ]
1>Done building project "Project6.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


이런 오류가 뜨신다면

프로젝트 -> 속성으로 가신다음에


C/C++ -> Command Line -> /permissive


추가해주시고 실행하면 해결 됩니다