[Qt-interest] dtcore4.dll link

Mihail Naydenov mlists at ymail.com
Sun Dec 13 16:01:44 CET 2009


>
>From: Radu Ilinca <radu_away_hu at yahoo.com>
>To: qt-interest at trolltech.com
>Sent: Sun, December 13, 2009 4:01:42 PM
>Subject: [Qt-interest] dtcore4.dll link
>
>
>Hi all !
> 
>I am newbie in QT. I use Visual Studio 2008 and QT (open source) free version. I wrote the "Hello World" program and when I run the program , I get an error from Visual Studio that cannot find qtcore4.dll. This is weird to me as I added the file as a reference to my solution and I also physically found the file on the HDD. I was running the program from VS 2008 in the Debug mode.. ANy hints ?

Windows cannot find the dll at run time. 
The .dll path must be in your PATH list (my computer - properties - advanced - Environment Variables - System variables - Path  ) 
add the <DRIVE>:\Qt\<QtRELEASE>\qt\bin dir to the list.

> 
>Thanks,
>Radu 
>


      



More information about the Qt-interest-old mailing list