Sunday, July 6th 2008, 7:09pm UTC+1

You are not logged in.

  • Login
  • Register

goode

Beginner

Posts: 3

Location: Poland, Warsaw

Occupation: student :)

1

Sunday, February 24th 2008, 4:32pm

Qt 4.3.3

Hi,
Did somebody try install QT 4.3.3 with Visual Studio Express.
I have done it. It looks like work but I can not use VSE:

Quoted

Project : error PRJ0003 : Error spawning 'cmd.exe'.


and also when I'm compiling in Visual Studio 2005 Command Prompt I have a problem with QtNetwork but, what is strange, only with this library.

Quoted

fatal error C1083: Cannot open include file: 'QtNetwork': Permission denied


I have a windows XP with SP2, qt 4.3.3 and msvc express 2005. Before I changed a hard drive I had had qt 4.3.2 and everything was working.

I'm having idea what is wrong, I have checked my environment variables, tried recompile qt but still dose not work.
Thanks, Jasio :-)
  • Go to the top of the page

$truct

Beginner

Posts: 6

Location: Berlin

Occupation: 9th Grader

2

Sunday, February 24th 2008, 7:01pm

yeah im also having that problem with qt 4.3.3 and but with me its QtNetwork, QFtp, QHttp, and QNetworkProxy...

c ya $truct
  • Go to the top of the page

goode

Beginner

Posts: 3

Location: Poland, Warsaw

Occupation: student :)

3

Wednesday, February 27th 2008, 11:26pm

So, was easy :p I'm so stupid :p

Solution is just in documentation:
http://doc.trolltech.com/4.0/qtnetwork.html

Quoted

Applications that use Qt's networking classes need to be configured to be built against the QtNetwork module. The following declaration in a qmake project file ensures that an application is compiled and linked appropriately:
QT += network


And second problem was easer to found and is:

Quoted


In Tools -> Options -> Projects and Solutions -> VC++ Directories
Show directories for: Executable files

Add:
$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbem


Now, I can start write my program :):):) Hura

P.S.
I'm haveing qt 4.3.2 and I'm not sure if msvc works with 4.3.3
Thanks, Jasio :-)
  • Go to the top of the page

Rate this thread