Re: is there anyone using vs2005 professional edition for calitko development?

Hi Tufan,

I’m not using VS for development but anyway here are some suggestions:

I guess you are using http://doc.calitko.org/installing_msvs_qt.html as a reference?

First of all you should build the patched Qt v4.2 with VS compiler.

Make sure you have the patch matching your Qt version!

Make sure you run qconfigure.bat from the VS command prompt (there should be a menu entry). You haven’t done so and that’s the reason you get the “nmake not recognized” error.

I’d suggest you that you invoke qconfigure.bat msvc2005 -debug-and-release so that you could also use the debugger.

The above should take a while to compile qmake and it should run without errors.

Finally you should run nmake to build Qt and if that works you should be able to build Calitko from VS.

Let us know if that helped!

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
is there anyone using vs2005 professional edition for calitko development?
hi; I am trying to start the application in vs2005 pro but it did not work. is there anyone using vs for development? and sorry for the meeting. I have thought that it (more...)

Follow-ups:
Re: is there anyone using vs2005 professional edition for calitko development?
hi; I have typed qconfigure.bat msvc2005 -debug-and-release from vs command line and at the end it gave the the message below. ==================================================== You are now ready to build Qt (msvc2005) If you specified -static or only (more...)