Qt 4.6.2 WinCE DLL

paolo
Hi all,
I put Qt 4.6.2 DLL on http://sourceforge.net/projects/qt4lab/
Together with the DLLs I uploaded a simple test example.
If you want to try Qt 4.6.2 on your Mini2440 WinCE 5.0 download the zipped
library and the exe files, unzip the libraries on a SD or USB card together
with the executable and run it.
Soon I will upload some other utility programs for Mini 2440 and I need
feedback from Mini 2440 Windows CE users to understand if the libraries and
the executable are running without problems.
Bye
Paolo

Boštjan
Hey,

I have allso tried to create a Qt app, but with out sucess, i compiled the
libraries and the project for CE 5.0, but when i swant to start any binary,
nothing happens! 
No error messages, and about the dll's you gave the link here, they do not
work with a simple Qt helloworld test .


Did any one experience any similar problems ?


Thanks,
b

paolo
Hi,
just few questions...
are the DLL in the same directory of the exe?
Which cross compiler did you use to compile the exe?
I put a simple exe as example, does it work with your installation?
Please let me know to understand the problem
bye
paolo

Boštjan
Hey,

Of course the DLLs are with the exe...

Yey, your QtLed example works, but any of my binaries doesn't.


To compile it, i used the qmake and then nmake in my project directory to
create binary. Should i use something else ?


Is there a way to compile it inside the Visual Studio ?


Thanks and sorry for my typing, i broke my right arm...
b

paolo
sorry for your arm, I wish you all the best.

Ok, qmake and then nmake is ok.
I'm using Visual Studio 2008 Prof (but I think 2005 or 2008 shall work in
the same way)

If you want to recompile the library you can try this guide
http://www.sereno-online.com/uploads/InstallazioneQtVCPPEXP.pdf
(sorry, is in Italian, but I'm sure, the important steps can be understood
in other languages).
Just a final question: did you compile with all the SDK for Wiondows CE man
mini 2440 and the environment variables are set?

Paolo

Boštjan
Hey,

OK, im just reading the pdf and will get back when i try it..


Bye,
b

Boštjan
Hey,

I have set up the enviroment variables and the rest that is needed.

so from the CMD is wrote:

"setpaths":

C:\Qt\4.6.2\examples\qtestlib\tutorial1\QT_GUI1>setcepaths
wince50standard-armv4
i-msvc2005

Could not find any installed SDK, aborting!
'tmp_created_script_setup.bat' is not recognized as an internal or external
comm
and,
operable program or batch file.
Could Not Find
C:\Qt\4.6.2\examples\qtestlib\tutorial1\QT_GUI1\tmp_created_scrip
t_setup.bat
Standard SDK for arm selected, environment is set up



"qmake":

C:\Qt\4.6.2\examples\qtestlib\tutorial1\QT_GUI1>qmake QT_GUI1.pro


"nmake":

C:\Qt\4.6.2\examples\qtestlib\tutorial1\QT_GUI1>nmake

Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

        "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f
Makef
ile.Debug all

Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

        link /LIBPATH:"c:\Qt\4.6.2\lib" /LIBPATH:"c:\Qt\4.6.2\lib" /NOLOGO
/NODE
FAULTLIB:OLDNAMES.LIB /DEBUG /SUBSYSTEM:WINDOWSCE,5.00 /MACHINE:THUMB
/OUT:debug
\QT_GUI1.exe @C:\Users\LowRider\AppData\Local\Temp\nm483.tmp
LINK : fatal error LNK1181: cannot open input file 'corelibc.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin
\link.EXE"' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin
\nmake.exe"' : return code '0x2'
Stop.



So i'm figuring it has to be something about the SDK ?


Hopefully i solve the problem.


Good day,
b

paolo
Yes you have to install the WinCE 5.0 standard SDK and the mini 2440 SDK
(the latter you find on the download of this site)
paolo

Boštjan
Hey,

Well i think i messed up something, becouse i allready have everthing
installed.

Now i'm reinstalling everything and am going to try it out.

Good day,
b

Boštjan
Hey ho,

Yeha, it's working! I recompiled the Qt libraries after i re-installed
everything, and created a simple button project in Qt creator and it works;
Although the application starts very slowly. 

So this is it, hopefully i can now create a nice UI on Mini2440.


Thanks for help paolo and Good day,
b

danics
Hi, Can you please put some source code or manual for using mini2440 bsp in
Qt Creator and using serial port in it?

how can i use this driver Serial Port ,Led,GPIO in Qt?

thanks a lot.

danics
Hi again another problem i have, i get this error
 Could not find specified SDK: STANDARDSDK_500

i run checkdsk -list and i get this SDKs:

Pocket PC 2003
Smart Phone 2003

i run following commands too, but nothing changed in above list:
set INCLUDE=C:\Program Files\Microsoft Visual Studio
8\VC\ce\include;C:\Program Files\Windows CE
Tools\wce500\mini2440\Include\Armv4i
set LIB=C:\Program Files\Microsoft Visual Studio
8\VC\ce\lib\armv4i;C:\Program Files\Windows CE
Tools\wce500\mini2440\Lib\ARMV4I
set PATH=C:\Program Files\Microsoft Visual Studio
8\VC\ce\bin\x86_arm;%PATH%

so i cant download paulo pdf too,

what am i doing?

i m install mini2440-CE5-Sdk,
and download mini2440 BSP but i dont know where i must copy these files?

please help thanks a lot.

timo
>>Could not find specified SDK: STANDARDSDK_500

Hmm i have the same problem. No one any ideas?

timo
I think the problem is, that the SDK from friendly arm will not install
correctly. With the standard SDK for Windows CE from the microsoft site. It
works fine. But don't know if this SDK works with the board...

Standard SDK:
http://www.microsoft.com/downloads/en/details.aspx?familyid=fa1a3d66-3f6...

danics
Ok these are step by step of compile qt for wince that i do,

setup VS2005

setup mini2440-CE5-Sdk

add to path c:\Qt\4.6.3\bin
 
configure –platform win32-msvc2005 –xplatform
wince50standard-armv4i-msvc2005

setcepaths wince50standard-armv4i-msvc2005 and get error cant find sdk.

so i setup windows ce 5 standard Sdk and vs2005 sp1.

and i have this error again.

so what am i doing?

danics
OK i cant compile Qt4.6.3 anyway so,how can i create program for paulo
Library?

i want use Qt Creator, thanks a lot.

Manoj Mishra
Dear Paolo,
            I cannot open the link suggested by
"http://www.sereno-online.com/uploads/InstallazioneQtVCPPEXP.pdf";

Please help me

asdf
Try http://www.sereno-labs.com/uploads/InstallazioneQtVCPPEXP.pdf

Manoj Mishra
Dear asdf
         I also cannot download  Qt 4.6.2 DLL from
http://sourceforge.net/projects/qt4lab/

asdf
I cannot see any problems here.
http://sourceforge.net/projects/qt4lab/files/Qt%20DLL%20for%20Windows%20...

Manoj Mishra
Dear Paolo
         I also cannot download  Qt 4.6.2 DLL from
http://sourceforge.net/projects/qt4lab/