lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Apr 29, 2010 at 7:26 AM, Gedalia Pasternak <gedalia@gmail.com> wrote:
> building QtLua with visual studio (vc8 or vc9).

i recently had the 'pleasure' of participating in a project that used
VS on windows (GCC on linux and XCode on mac).  there was a C++
backend engine, and i did the frontend with Qt.  in theory, the
backend was finished and working on all three platforms when i got on
board;  they were 'just' finishing the deployment details.

i finished the frontend app and installer in all three platforms long
before they finished the 'release build dance' needed by VS.

certainly there's no excuse for a compiler/IDE that punishes
developers so hard just to get a build that can be installed on
non-developer machines.

and you're using VC for Qt????

-- 
Javier