>>> 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.
>
> Sorry to jump in. It is not true that we
> Why ?
> Imo Is better a choice that allow use qt
Who says we don't "allow" QT usage? It can be used with
MinGW just as before (disregarding uncomfortable MinGW
installation of DWARF builds), and it's not us who define
the rules to use QT, it's Nokia.
> If qt find advantage of using msvcrtd.
On Tue, 8 Dec 2009 15:28:18 +0100
Viktor Szakáts wrote:
> > 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.
>
Why ?
Imo Is better a choice that allow use qt
If qt find advantage of using msvcrtd.lib can't be advantage also for harbour?
Wich Disadvantage in msvcrtd.lib?
2009/12/8 Viktor Szakáts :
>
>> Can -MD be predefined by harbour for msvc?
>
> No.
>
> Though, you can easily define it locally using HB_
> 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.
>
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
So I finally managed to use Harbour with QT for MSVC.
(just some obvious bits were missing)
So:
Whole Harbour needs to be built with -MD C compiler option,
and the final apps as well:
> win-make HB_USER_CFLAGS=-MD
> hbmk2 hbide.hbp -cflag=-MD
Due to beautiful nature of C++, the mingw .dlls are