From: klaas.holwerda <kla...@nl...> - 2006-06-07 11:49:53
|
Hi, At home i use Vc2003.net and here VC6. It seems that VC6 produces wxlua-lua.exe and lua5.1.exe in the wxLua/bin. But i am sure i did not see this at home, there i get lua.exe, and not wxlua-lua.exe nor lua5.1.exe. I can only explain this because of using VC6 or Vc2003.net. Because of this on Vc6 wxLua/wxluacan/src/genwxbind.bat will not work. And this is the same for my own binding, where is assume lua.exe is available from wxLua. If i go to the target app_lua in wxLua.dsw, i see that it produces this as executable. C:\data\art2d\wxluacvs\wxLua\bin\wxlua-lua.exe And lua5.1.exe comes from target app_verbatimlua. I will check again at home why i do get lua.exe there. The thing is that VC2003 uses the same project files, only translates them. So this would be a strange thing to happen. Maybe it is a matter of a clean check out. In any case, what should the real naming be? I would prefer the same name on unix and windows. Once that is clear we should update the binding generation scripts to use it. Although it looks like wxLua/bindings/genwxbind.bat is already using wxlua-lua.exe, but on genwxbind.sh it is lua via the path. Why not wxlua-lua.exe also on Unix? Thanks for some clarification, Klaas -- Unclassified |