+ Reply to Thread
Results 21 to 40 of 70
[project] TwitterClient
This is a discussion on [project] TwitterClient within the Modding & Development forums, part of the Meizu M8 category; Originally Posted by crimson05 ok i played i little ;-) i guess i had no problems with with qt cause ...
-
01-05-2010 #21Member
- Join Date
- Jul 2009
- Posts
- 225
- Thanks
- 34
Thanked 83 Times in 30 Posts
-
01-05-2010 #22Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Poststhats right.
THUMB is a style of ARM OpCodes. So you cant use the win32 Qt Versiom because its X86 (thats whats pc are :P )
So: compile yourself. Its not that hard by its a bit try and error
-
01-05-2010 #23
sry i understand the problem but not what i should do now..
which project settings should i post?
i tried to compile qtwitlib with meizu sdk... that is where the error occurred
i thought solution is to build qt with meizu sdk??
-
01-05-2010 #24
ok don't ask me what i have done.. i don't know if it was a step in the right direction.. i am a little confused.. i think (!) i could build qt with the meizu sdk (there was an error at the end but i it seems i can use it..)
i could also make the qtwitlib.dll file but not the lib file...
what are the settings for that?
Last edited by crimson05; 01-05-2010 at 11:09 PM.
-
01-06-2010 #25Passing By
- Join Date
- Dec 2009
- Posts
- 15
- Thanks
- 9
Thanked 1 Time in 1 Postsry 4 offtopic, just wanted to ask which vs studio u are using and how u installed the sdk, because some people say u need vs 2005 some say later versions etc. pp..
would be nice if you could just post the steps of your installation
ty
-
01-06-2010 #26Member
- Join Date
- Jul 2009
- Posts
- 225
- Thanks
- 34
Thanked 83 Times in 30 PostsI cann't remember where i got these instructions, and I haven't tested them either. hope this would help.
to configure Qt
configure -platform win32-msvc2008 -xplatform wince60standard-armv4i-msvc2005 -release -opensource -fast -no-qt3support -no-qmake -ltcg -iwmmxt -no-phonon -no-webkit -no-script -no-scripttools -no-multimedia
-
01-06-2010 #27
@deinabi: what do i need to create an App?
-
01-06-2010 #28
OK guys i was able to build the qtwitlib dll and lib file with the meizu sdk.
I included them to my project and could compile and link :-)
but everytime i create a QTwitLib object i get this strange error-msg when the meizu emulator starts:
Code:Das Programm "%CSIDL_PROGRAM_FILES%\mtweet\mtweeet.exe" kann nicht gestartet werden. Kein Prozess ist am anderen Ende der Pipe.
so the program cannot be started although it can be compiled and linkedCode:The program "%CSIDL_PROGRAM_FILES%\mtweet\mtweeet.exe" can not be started. No process is on the other end of the pipe.
do i have to change the copiler settings when i use a dll?Last edited by crimson05; 01-06-2010 at 12:03 PM.
-
01-06-2010 #29Valued Member
- Join Date
- Sep 2009
- Location
- Germany
- Posts
- 1,309
- Thanks
- 249
Thanked 200 Times in 145 Postsdid you try to google the error message and did you find THIS THREAD
I have no idea about programming, just trying to help
Meizu M8 SE - FW 0.9.9.18 (dao89 n450) Dualboot LBE A11 Android 2.2
-
01-06-2010 #30
hehe thx but this is something different :-)
-
01-06-2010 #31Member
- Join Date
- Jul 2009
- Posts
- 225
- Thanks
- 34
Thanked 83 Times in 30 Postsit's good you got it compiled.
you could try copying the binaries into M8 and run it there, then see what will happen.
what i guess is your app is a QApplication instead of a CMzApp(or something like that), which probably does not support that debugging method in emulator. this is also true for all SDL apps.
-
01-06-2010 #32
it does not start on my meizu aswell...
-
01-06-2010 #33Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 Posts
-
01-06-2010 #34
hmm i used QtNetworkd4.lib QtCored4.lib and QtXmld4.lib i copied the dll files in the same folder as the exe file but it does not change anything
-
01-06-2010 #35Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 PostsCould you confirm your setup by compiling an example MZApp and run it on the phone?
-
01-06-2010 #36
jea i can run the app when i leave out this line:
maybe i just don't know how to use the dlls...Code:QTwitLib twitter
-
01-08-2010 #37Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postssounds strange... try to compile and run a qt ab where you do something like
if this runs its not qt but it could be the qnetwork lib or sth. But i think its qt and the string example wont work too...QString lol;
lol = "Hallo";
i can compile qtce but cant link because it mixes x86 and thumb stuff... i will try the configuration above
-
01-08-2010 #38
ok it is not possible.. so qt is currupted or something..
i will try to compile qt again with the settings above.. if they don't work we might contact the author of the plute-apps
-
01-08-2010 #39
ok i tried to build Qt with the following settings:
Code:configure -platform win32-msvc2008 -xplatform wince60standard-armv4i-msvc2005 -release -opensource -fast -no-qt3support -no-qmake -ltcg -iwmmxt -no-phonon -no-webkit -no-script -no-scripttools -no-multimedia
and get this errror:Code:set INCLUDE=C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\include;C:\Program Files\Windows CE Tools\wce600\M8SDK\Include\Armv4i set LIB=C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\lib\armv4i;C:\Program Files\Windows CE Tools\wce600\M8SDK\Lib\ARMV4I set PATH=C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\bin\x86_arm;%PATH%
Code:cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -EHs-c- -GL -W3 -w34100 -w3418 9 -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -D QT_NO_PRINTDIALOG -DSTANDARDSHELL_UI_MODEL -D_WIN32_WCE=0x600 -DARMV4I -D_ARMV4I _ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D_WIN32 -D__arm__ -DNDEBUG -DSQLITE_OMI T_LOAD_EXTENSION -DSQLITE_OMIT_COMPLETE -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ ASCII -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB -DQT_THREAD_ SUPPORT -DQT_NO_DYNAMIC_CAST -I"..\..\..\..\include\QtCore" -I"..\..\..\..\inclu de\QtSql" -I"..\..\..\..\include" -I"..\..\..\3rdparty\sqlite" -I"..\..\..\..\in clude\ActiveQt" -I"tmp\moc\release_shared" -I"..\..\..\..\mkspecs\wince60standar d-armv4i-msvc2005" -Fotmp\obj\release_shared\ @C:\Users\Thiemo\AppData\Local\Tem p\nm8D74.tmp moc_qsql_sqlite.cpp link /LIBPATH:"c:\Qt\4.6.0\lib" /LIBPATH:"c:\Qt\4.6.0\lib" /NOLOGO /NODE FAULTLIB:OLDNAMES.LIB /INCREMENTAL:NO /LTCG /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:T HUMB /DLL /SAFESEH:NO /VERSION:4.60 /OUT:..\..\..\..\plugins\sqldrivers\qsqlite4 .dll @C:\Users\Thiemo\AppData\Local\Temp\nm8F39.tmp Bibliothek "..\..\..\..\plugins\sqldrivers\qsqlite4.lib" und Objekt "..\..\.. \..\plugins\sqldrivers\qsqlite4.exp" werden erstellt. sqlite3.obj : error LNK2001: Nicht aufgelöstes externes Symbol "localtime_s". ..\..\..\..\plugins\sqldrivers\qsqlite4.dll : fatal error LNK1120: 1 nicht aufge löste externe Verweise. NMAKE : fatal error U1077: ""C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\ bin\x86_arm\link.EXE"": Rückgabe-Code "0x460" Stop. NMAKE : fatal error U1077: ""c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.EXE"": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: ""c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.EXE"": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: ""c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.EXE"": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: ""c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.EXE"": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: ""c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.EXE"": Rückgabe-Code "0x2" Stop.
-
01-09-2010 #40
found this howto:
M8 qt??????? - ??M8??? - ??? - ????????M8????
same result...
Similar Threads
-
Rockbox Project (M6)
By vcf in forum RockboxReplies: 420Last Post: 07-20-2011, 09:29 AM -
[project] Windows CE 6
By evow04 in forum Modding & DevelopmentReplies: 29Last Post: 01-11-2011, 07:49 PM -
[project] Drivers for the m8 hardware
By tumi07 in forum Modding & DevelopmentReplies: 20Last Post: 01-12-2010, 08:30 AM -
[project] M8Jabber
By trash in forum Modding & DevelopmentReplies: 18Last Post: 12-01-2009, 11:32 PM -
[project] jatd sources
By owenray in forum Modding & DevelopmentReplies: 6Last Post: 11-22-2009, 12:38 PM




Reply With Quote