Hi, I'm using Qt/WinCe 4.4.1 and postgres 8.2 and Visual Studio 2008.

1.Question.

I compiled the qt/wince and after compiled,  I saw that tools than I need 
didn't was compiled ( like assistent, designer ) . How Can I do compile  this 
tools? 

This is my configure:

configure.exe -release -platform win32-msvc2008 -xplatform 
wincewm50pocket-msvc2008 -qt-style-windowsce -qt-style-windowsmobile 

Need I  to do to add or to change the parameters my configure?




//-------------------------------


2.Question.

When I add -qt-sql-psql in my configure show me this message:

  link /LIBPATH:"c:\Qt\4.4.1\lib" /LIBPATH:"c:
\Qt\4.4.1\lib" /NOLOGO /NODEFAULTLIB:OLDNAMES.LIB /LTCG /INCREMENTAL:NO 
/SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:
THUMB /DLL /VERSION:4.41 /OUT:..\..\lib\QtSql4.dll @C:
\Users\Juaci\AppData\Local\Temp\nm145A.tmp
LINK : fatal error LNK1181: cannot open input file 'ws2_32.lib'
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 
9.0\VC\ce\bin\x86_arm\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.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

 after this error I put this line, to find the lib “ws2_32.lib”

set LIB=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib;%LIB%

again, give the other error like this...
 


        link /LIBPATH:"c:\Qt\4.4.1\lib" /LIBPATH:"c:
\Qt\4.4.1\lib" /NOLOGO /NODEFAULTLIB:OLDNAMES.LIB /LTCG /INCREMENTAL:NO 
/SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:
THUMB /DLL /VERSION:4.41 /OUT:..\..\lib\QtSql4.dll @C:
\Users\Juaci\AppData\Local\Temp\nm1351.tmp
   Creating library ..\..\lib\QtSql4.lib and object ..\..\lib\QtSql4.exp
qsql_psql.obj : error LNK2001: unresolved external symbol PQfreemem
qsql_psql.obj : error LNK2001: unresolved external symbol PQerrorMessage
qsql_psql.obj : error LNK2001: unresolved external symbol PQresultStatus
qsql_psql.obj : error LNK2001: unresolved external symbol PQntuples
qsql_psql.obj : error LNK2001: unresolved external symbol PQexec
qsql_psql.obj : error LNK2001: unresolved external symbol PQclear
qsql_psql.obj : error LNK2001: unresolved external symbol PQnfields
qsql_psql.obj : error LNK2001: unresolved external symbol PQftype
qsql_psql.obj : error LNK2001: unresolved external symbol PQgetvalue
qsql_psql.obj : error LNK2001: unresolved external symbol PQgetisnull
qsql_psql.obj : error LNK2001: unresolved external symbol PQunescapeBytea
qsql_psql.obj : error LNK2001: unresolved external symbol PQcmdTuples
qsql_psql.obj : error LNK2001: unresolved external symbol PQoidValue
qsql_psql.obj : error LNK2001: unresolved external symbol PQfname
qsql_psql.obj : error LNK2001: unresolved external symbol PQfsize
qsql_psql.obj : error LNK2001: unresolved external symbol PQfmod
qsql_psql.obj : error LNK2001: unresolved external symbol PQfinish
qsql_psql.obj : error LNK2001: unresolved external symbol PQconnectdb
qsql_psql.obj : error LNK2001: unresolved external symbol PQstatus
qsql_psql.obj : error LNK2001: unresolved external symbol PQescapeByteaConn
qsql_psql.obj : error LNK2001: unresolved external symbol PQsocket
qsql_psql.obj : error LNK2001: unresolved external symbol PQconsumeInput
qsql_psql.obj : error LNK2001: unresolved external symbol PQnotifies
..\..\lib\QtSql4.dll : fatal error LNK1120: 23 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 
9.0\VC\ce\bin\x86_arm\link.EXE"' : return code '0x460'
Stop.

Is There some solution to this two questions? 

Thanks.

_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to