1. Did you point where your Qt for mobile is installed ?
2. Look at this:
http://www.tech-archive.net/Archive/.../msg00065.html
Kacper
1. Did you point where your Qt for mobile is installed ?
2. Look at this:
http://www.tech-archive.net/Archive/.../msg00065.html
Kacper
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
hi,
I am new to this Qt application. I installed qt-win-eval-4.4.3-vs2005.exe . Is it possible to write sample application for windows mobile.
please help me
thanks in advance.
thanks & Regards
kalpana
Last edited by kalpana; 3rd November 2008 at 11:24.
hi maverick,
I already referred to this document and i set that environment variable. If i set that variable and if i am trying to run that application i am getting so many error.
I am attaching the document of the errors i am getting. please go through the document and help me.
Thanks
pallavi
Hi,
I am sure rather VS or compiler can't find the includes/libs for libraries you're using.
The errors you posted are not Qt related, in my opinion; rather an inner VS/compiler problems with finding paths to needed files.
Can't add anything more. I would like to give a better advice, but can't think of any other more detailed.
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
hi maverick,
I go trough this link and i able to know that it is possible to write sample applications on window smobile
"http://labs.trolltech.com/blogs/2007/12/15/qtwince-visual-studio-integration-and-devdays2007-videos/"
I am trying to write the same application, but i am getting the errors.
please help me how to write the same application.
thanks in advance
thanks
pallavi
Bookmarks