Author Topic: QT 4.1 MinGW and Code::Blocks ?  (Read 23204 times)

sethjackson

  • Guest
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #15 on: February 21, 2006, 04:42:11 pm »
@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......

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #16 on: February 21, 2006, 10:04:20 pm »
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

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #17 on: February 21, 2006, 10:42:24 pm »
Sorry 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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #18 on: February 21, 2006, 10:50:19 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

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #19 on: February 21, 2006, 10:57:26 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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #20 on: February 21, 2006, 11:05:42 pm »
Well thanks but for me it's as usefull as this one. Me not speak French :lol:

Touché.... :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)

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

les_insectes_sont_nosamis

  • Guest
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #21 on: February 22, 2006, 12:04:37 am »
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

@++++


« Last Edit: February 22, 2006, 12:06:55 am by les_insectes_sont_nosamis »

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
[OT] English "easy" to learn
« Reply #22 on: March 06, 2006, 09:23:02 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 ;) ).

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: [OT] English "easy" to learn
« Reply #23 on: March 06, 2006, 09:29:42 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

RockV

  • Guest
Re: QT 4.1 MinGW and Code::Blocks ?
« Reply #24 on: October 03, 2006, 05:00:37 am »
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