From: Andre A. <ar...@ki...> - 2012-05-04 16:32:21
|
John Labenski <jlabenski@...> writes: OK there is a light at the end of the tunnel. using the following batch cd "E:\wxWidgets\wxLua\ md cmake cd cmake cmake -trace -G "Visual Studio 9 2008" -DwxWidgets_ROOT_DIR:STRING=E:/wxWidgets -DwxWidgets_LIB_DIR:STRING=E:/wxWidgets/lib/vc_lib E:/wxWidgets/wxLua and removing the incremental link in wxLua wxLuaCan wxLuaFreeze projects. Compile successfully. The current version does not seem to support unicode characters. ex: echo ["╪"] > xx E:\wxWidgets\wxLua\cmake\apps\wxlua\Debug\wxLua.exe -o xx the file is empty. I will have to wait until this is corrected to upgrade since my editor is written using wxlua. Thanks. Andre |