On 12/02/2014 07:33 AM, Pascal Bach wrote: > When _UNICODE is defined VS uses wmain instead of main as the entry function. > To make this correctly work on WindowsCE EntryPointSymbol needs to be set to > mainWCRTStartup instead of mainWCRTStartup for console applications and to > wWinMainCRTStartup instead of WinMainCRTStartup for GUI applications.
Thanks, applied: VS, WINCE: Fix entry point for Unicode builds http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4962595 -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
