본문 바로가기
카테고리 없음

[기타] Building the 64-bit version of Chromium Embedded Framework on Windows

by 나스닥171819 2019. 3. 6.
728x90
반응형

Building the 64-bit version of Chromium Embedded Framework on Windows


이제 윈도우 프로그램도 WEB 시대이다.

핵심은 

cmake -G "Visual Studio 12"


CefSharp-63.0.2 까지는 "Visual Studio 12" 에서 컴파일 된다.




CefSharp-65.0.0 부터 "Visual Studio 13" 이상을 써야한다.

하지만

static inline bool from_string(const std::string& str, struct_type* s) {
}

부분 에러난다.


August 17, 2018, CEF 3.3325.1758.g9aea513 / Chromium 65.0.3325.181



http://opensource.spotify.com/cefbuilds/index.html



현대 최신 버전은


@amaitland amaitland released this 19 hours ago

March 06, 2019, CEF 3.3578.1869.gcc1dc0f / Chromium 71.0.3578.98


반응형