possible write code in C++ and QT4 to solve crossplatform problem

Asked by giricz81

Hello,
I would like to ask about writing code in C++ and QT4 from trolltech. QT library is multiplatform without changing code for specific platforms. I could solve problem to penetrate or usage generated programs to another platforms like linux, mac osx.
Thanks for reply.

giri

Question information

Language:
English Edit question
Status:
Solved
For:
DC++ Edit question
Assignee:
No assignee Edit question
Solved by:
Fredrik Ullner
Solved:
Last query:
Last reply:
Revision history for this message
Best Fredrik Ullner (ullner) said :
#1

The DC++ source code is split up in two parts, mostly anyway; the win32/ part is all of the interface code and the dcpp/ part is the core of DC++. Feel free to write a QT GUI for DC++ and publish it yourself, but I don't see us switching ("officially") from Smartwin to QT. (We just finished porting from WTL.)

LinuxDC++ (http://linuxdcpp.berlios.de/) use GTK, which AFAIK, is supported on Windows as most *nix flavours...

(As a sidenote, IIRC, the reason to not use eg QT was that the code was "ugly", by some definition of arne's.)

Revision history for this message
giricz81 (giri-cz) said :
#2

Thanks Fredrik Ullner, that solved my question.