[Interest] Strange behaviour with QtextCodec::toUnicode

2012-08-03 Thread arnaud but
Hello, i have reported last year on the tracker a strange behaviour with this function : https://bugreports.qt-project.org/browse/QTBUG-23139. in fact a string empty is also null. For exemple : #include #include #include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv)

Re: [Interest] Maybe a problem with the include on windows

2012-08-03 Thread arnaud but
Le 03/08/2012 17:19, Sean Harmer a écrit : > On Friday 03 August 2012 16:41:18 arnaud but wrote: >> Hello everybody, >> >> during my work on phonon, i remark that include >> does not reference opengl on windows plattform(msvc2010) (it seems good >> on l

[Interest] Maybe a problem with the include on windows

2012-08-03 Thread arnaud but
Hello everybody, during my work on phonon, i remark that include does not reference opengl on windows plattform(msvc2010) (it seems good on linux and mac). in the order : #include that include : #include "qgl.h" : into this file #if defined(Q_WS_WIN) # include #endif #if

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
Le 02/08/2012 09:31, Thiago Macieira a écrit : > On quinta-feira, 2 de agosto de 2012 09.09.18, arnaud but wrote: >> thanks but have you an idea why Qt framework do an "#undef interface" in >> qnetworkconfiguration.h ? > > It's qnetworksession.h. > &

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered

Re: [Interest] interface keyword on qt with windows

2012-08-01 Thread arnaud but
thanjs but have you an idea why Qt framework do an #undef interface in qnetworkintrerface.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem

[Interest] interface keyword on qt with windows

2012-08-01 Thread arnaud but
hello, the last week i have encountered a little problem to compile my project on windows : http://qt-project.org/forums/viewthread/19133/ what do you think about the conclusion ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-proj

Re: [Interest] Kde phonon on Qt 4.8.2 (windows)

2012-08-01 Thread arnaud but
that's done on list : kde-de...@kde.org Le 01/08/2012 10:08, Konstantin Tokarev a écrit : > > >> Hello everybody, >> >> i'm trying to use the vlc backend but i need the last version of phonon. >> i have find it on the kde website, but we need cmake to compile it, and >> this one use automoc4 and

[Interest] Kde phonon on Qt 4.8.2 (windows)

2012-08-01 Thread arnaud but
Hello everybody, i'm trying to use the vlc backend but i need the last version of phonon. i have find it on the kde website, but we need cmake to compile it, and this one use automoc4 and on windows is not easy. so i can create a phonon.pro but the question is why kde don't support qmake ? __