> With 4.6 qt are providing an opensource version of the Visual Studio
> 2008 binary packag
> Qt 4.6 is pre-built using the shared C runtime (MD(d),msvcrtd.lib)
> With /MD cflag we do "Creates a multithreaded DLL using MSVCRT.lib.
> according to  list of MS complier flags and their descriptions.
> http://msdn2.microsoft.com/en-us/library/fwkeyyhe.aspx
> 
> http://doc.trolltech.com/4.6/compiler-notes.html
> http://doc.trolltech.com/4.6/deployment-windows.html
> 
> is /MD cflag the only way of make qt 4.6 and microsoft visual c 2008?

If you want to use default QT for MSVC binary build, yes.

> Is possible the way of Recompile qt with different parameter
> search another distribution?

I'd guess it is, but you should ask this question on QT forums.

> Can -MD be predefined by harbour for msvc?

No.

Though, you can easily define it locally using HB_USER_CFLAGS=-MD.
Don't forget to also rebuild all 3rd party libs with this options.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to