Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Kjow
2010/2/23 Kjow : > How to solve this? Solved. I just removed lib directory in project folder. Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Kjow
2010/2/23 Den Jean : > Copying dlls around is a recipe for disaster. In the end > after upgrading things, the wrong library will get loaded > and you will not understand. Leave the Qt dlls in the > Qt installation dir e.g. c:\Qt\4.5.3\bin, leave mingw dlls > in e.g. c:\MinGW\bin. Both paths should

Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Den Jean
On Tuesday 23 February 2010 15:50:10 Kjow wrote: > Solved. > I added to path: > > C:\Program Files\QT\qt\bin > > (the directory which contains "mingwm10.dll") > Now It seems to work well. Copying dlls around is a recipe for disaster. In the end after upgrading things, the wrong library will get l

Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Kjow
2010/2/23 Kjow : > "The procedure entry point _Z5qFreePv could not be located in the > dynamic link libaray QtCore4.dll" Solved. I added to path: C:\Program Files\QT\qt\bin (the directory which contains "mingwm10.dll") Now It seems to work well. Bye :) -- __

Re: [Lazarus] QT: installaton error.

2010-02-23 Thread Kjow
2010/2/23 Den Jean : > On Monday 22 February 2010 23:38:50 Kjow wrote: >> qtwinapi.inc(1181,7) Error: Can't determine which overloaded function to > call > > see patch here: > http://lists.lazarus.freepascal.org/pipermail/qt/2010-February/001475.html > and explanation here: > http://lists.lazarus.f

Re: [Lazarus] QT: installaton error.

2010-02-22 Thread Den Jean
On Monday 22 February 2010 23:38:50 Kjow wrote: > qtwinapi.inc(1181,7) Error: Can't determine which overloaded function to call see patch here: http://lists.lazarus.freepascal.org/pipermail/qt/2010-February/001475.html and explanation here: http://lists.lazarus.freepascal.org/pipermail/qt/2010-Fe

[Lazarus] QT: installaton error.

2010-02-22 Thread Kjow
Hi all, I'm trying to use QT on Windows 7, so I downloaded WIN "Libray Binary" V2.1 from here: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html and I replaced the file C:\Develop\Lazarus\lcl\interfaces\qt\qt45.pas When I try to rebuild LCL for QT by IDE, I get this error: C:\Develop\