Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, September 2002
Windows Qt 2.3 non-commercial - Borland Free C Compiler


Message 1 in thread

Does anybody actually succeed in compiling QT apps that way?

I know that Troll tech recommend to use Microsoft Vicual C++ with this 
version and that it is a binary only distribution but I do not see any reason 
why it cannot work...

Having said that it probably requires some work to achieve this and I am 
definitvely interested about any experience positive or negative on this 
topic....

Regards 


-- 
 [ signature omitted ] 

Message 2 in thread

The Borland compiler/linker assumes a different name mangling scheme 
for the libraries/DLLs compared with VC++. There could be other things 
lurking in there so it makes building a Borland C++ version from the 
shipped DLLs quite a challenge and most likely not a stable version. 
--Kent

On Saturday, Aug 31, 2002, at 16:30 US/Pacific, FERME Paul-henri wrote:

> Does anybody actually succeed in compiling QT apps that way?
>
> I know that Troll tech recommend to use Microsoft Vicual C++ with this
> version and that it is a binary only distribution but I do not see any 
> reason
> why it cannot work...
>
> Having said that it probably requires some work to achieve this and I 
> am
> definitvely interested about any experience positive or negative on 
> this
> topic....
>


Message 3 in thread

On Sunday 01 September 2002 16:59, Kent Sandvik wrote:
> The Borland compiler/linker assumes a different name mangling scheme
> for the libraries/DLLs compared with VC++. There could be other things
> lurking in there so it makes building a Borland C++ version from the
> shipped DLLs quite a challenge and most likely not a stable version.
Would it possible trolltech release a Borland(or evev mingw32) version of 
Qt2.3 binary.Most free developer do not like to use a huge commercial 
compiler like MS VC.
-- 
 [ signature omitted ] 

Message 4 in thread

Hi,

> I know that Troll tech recommend to use Microsoft Vicual C++ with this
> version and that it is a binary only distribution but I do not see any
> reason why it cannot work...

And yet there are reasons that already been expained on this mailing list.

Dimitri