News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

QT 4.1 MinGW and Code::Blocks ?

Started by Marco812, February 04, 2006, 11:09:21 PM

Previous topic - Next topic

sethjackson

Quote from: Michael on February 21, 2006, 09:18:35 AM
@TDragon: No, I did not use Babel Fish Translator :wink:. But I agree with you. It is relatively useful :).

Yeah Babel Fish is cool. Seeing I only know English (native language), and very little Spanish......

Michael

Hello,

Sorry for being a bit off-topic, but I have found this website that could be useful for people using Qt.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

yop

Quote from: Michael on February 21, 2006, 10:04:20 PMSorry for being a bit off-topic, but I have found this website that could be useful for people using Qt.
It is the best community forum for Qt though it's relatively new (well not quite as the guys who run it where running www.qtforum.org but that one is kind of old news). Also the Qt mailing list is a great resource but probably not for inexperienced users.
Life would be so much easier if we could just look at the source code.

Michael

Quote from: yop on February 21, 2006, 10:42:24 PM
Also the Qt mailing list is a great resource but probably not for inexperienced users.

Yes you are right. The mailing list is helpful und really active :).

It seems that there are more Qt communities as 1-2 years ago. I have also found prog.qt (in french), which seems to be good.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

yop

Quote from: Michael on February 21, 2006, 10:50:19 PM...I have also found prog.qt (in french), which seems to be good.
Well thanks but for me it's as usefull as this one. Me not speak French :lol:
Since we're on the subject may I also suggest the Object-Oriented Programming and Design Patterns in C++ with Qt 4 book? (you'll have to sign on first)
Life would be so much easier if we could just look at the source code.

Michael

Quote from: yop on February 21, 2006, 10:57:26 PM
Well thanks but for me it's as usefull as this one. Me not speak French :lol:

Touché.... :lol:

Quote from: yop on February 21, 2006, 10:57:26 PM
Since we're on the subject may I also suggest the Object-Oriented Programming and Design Patterns in C++ with Qt 4 book? (you'll have to sign on first)

I did not know it. In my first impression it seems really good (and free is even better). Thank you very much for the info. I really appreciate it :D.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

les_insectes_sont_nosamis

#21
hello,

and sorry for having speaking french, but english is everywhere, so when I can speak french, it's a good news for me :D

so, I've posted a message in another forum (the french one :D) and a man answered me !

and now that's work !!

it's a little bit "complex" but the programs run !!!

thank u for your help, especially the private help of Michael with my mother tongue :D

for those who are interested , a solution is here

@++++



szczepan

Quote from: Michael on February 20, 2006, 05:11:39 PM
Yes, I can understand this very well. Anyway, in computer science English is practically mandatory. English is not so difficult to learn and it is for sure a very good investment :).

English is quite easy to learn to understand but difficult like hell to learn to speak/write (as this very sentence proves ;) ).

Michael

Quote from: szczepan on March 06, 2006, 09:23:02 PM
English is quite easy to learn to understand but difficult like hell to learn to speak/write (as this very sentence proves ;) ).

Well, I find it not so difficult to speak/write, especially when compared with language such as e.g., Portuguese (Brazil), Thai :D. IMHO the best way to learn a language is to practice. Each day a bit.

Anyway, you can practice you writing skill by posting in this or other english forums. After some days, you will feel that you can write easily in english :D.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

RockV

I am just installing C::B and Qt4 and find the same error...

I solved it by setting the include directories and lib directory in Settings / Compiler / Directories...
I put C:\Qt\4.1.4\include\Qt and C:\Qt\4.1.4\include\QtGui in compiler.
and put C:\Qt\4.1.4\lib in Linker.
Maybe I should add the other qt4 directories...

RockV