+ Reply to Thread
Results 41 to 60 of 70
[project] TwitterClient
This is a discussion on [project] TwitterClient within the Modding & Development forums, part of the Meizu M8 category; there is another tutorial here for 4.6. Looks more complete d【简易教程】用VS2008为M8SDK编译QT4.6开发环境 - SDK开发及应用 - 开发者专区 - [魅族论坛] The author said ...
-
01-09-2010 #41Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 Poststhere is another tutorial here for 4.6. Looks more complete
d【简易教程】用VS2008为M8SDK编译QT4.6开发环境 - SDK开发及应用 - 开发者专区 - [魅族论坛]
The author said he had problem with VS2008 Chinese edition and had to use English one. Not sure if it is the same with German edition....
-
01-10-2010 #42
thx for this link..
but i have to say same result for me...
qtcore.dll etc are compiled before the error occurs but if i use them i get the same error as before
if nobody has an idea i will try to build core for wince and use the other lib
-
01-11-2010 #43Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 PostsThe link problem you had seems to be an known problem with 4.6 (although the bug tracker did say it was with wince b4 5.0 so I'm a bit confused). Anyway, the following should allow you to link:
- edit src/3rdparty/sqlite3.c
- add #define HAVE_LOCALTIME_S 0
- recompile.
This worked for me with qt 4.6 and VS 2008 (SP1?). I've yet managed to create an app built with qt but if I do, I'll post here.
-
01-11-2010 #44
hey thx now i could compile all files but the error is not gone..
no idea..?
-
01-11-2010 #45Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 Postsis not gone? i.e you still have that error message when linking? That's strange. After changing the file, it worked for me. Maybe you could try a fresh build?
-
01-12-2010 #46
nope no linking error... the app cannot be started:
The program "%CSIDL_PROGRAM_FILES%\mtweet\mtweeet.exe" can not be started.
No process is on the other end of the pipe.
-
01-12-2010 #47Member
- Join Date
- Nov 2006
- Posts
- 101
- Thanks
- 0
Thanked 8 Times in 7 Posts
OK. I've contact the guy who wrote the tutorial. He said that the mkspecs posted on the webpage was wrong and provided a new spec file, which I've attached. Havn't tried myself yet though.
-
01-12-2010 #48Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postslooks very promising to me at the first glance. will try at home
-
01-12-2010 #49
ok i can comile again.. everything is fine until i start the app.. maybe i am just to stupid...
so if omeone of you could try and post the project if you was successfull?
-
01-12-2010 #50Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 PostsCompiled and worx
Could use this code on my m8
it said "loool". Compiled -> and im Emulator :"Kein Prozess am ende der Pipe" then i copied the exe with all qt dll files together in a dir on my m8 and this worked. Did you copy the dlls?QString test;
test = "Hallo";
if(test.startsWith("H"))
test = "loool";
MzMessageBoxEx(m_hWnd, (wchar_t*) test.utf16(), L"Test", MB_OK);
Just tested: QtCore4.dll in exe directory is eneugh to get it to run but withoout this it wont run
-
01-12-2010 #51
wow it works thx :-)
now i have to compile qtwitlib ;-)
edit: i did but again problems..Last edited by crimson05; 01-12-2010 at 09:07 PM.
-
01-12-2010 #52Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postsi think you need the sourced from twitlib as this maybe is x86 lib too. so better get the source an compile yourself
-
01-12-2010 #53
jep i did ;-)
i can compile and link but the app does not start so something is wrong it hink i have to check the settings and stuff
-
01-12-2010 #54Valued Member
- Join Date
- Mar 2009
- Location
- Vienna, Austria
- Posts
- 1,706
- Thanks
- 54
Thanked 269 Times in 146 PostsToi Toi Toi crimson, you do a cool job!!

-
01-12-2010 #55
thx but until now i did nothing usefull...
i created QTwitlib.dll and .lib this way: How_to_build - twitlib - Project Hosting on Google Code
when i start my app i get a serious error...
-
01-12-2010 #56Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postsbe carefull to compile it as armv4i bin not as x86...
-
01-13-2010 #57
i used the meizu sdk...
btw: you can add dlls to the emulator in
Preparation-> General-> Additional files
Syntax is: <Filename>|<Sourcedirectory>|<Remotedirectory>|<Re gister, 1 or 0>
but it does not solve the pipe problem for me...Last edited by crimson05; 01-13-2010 at 12:07 PM.
-
01-13-2010 #58Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Poststhe poroblem here is: u used qmake to build the example so im not so sure if qmake really used the arm compiler....
i will have a look whem im at home when i have time
Last edited by r3wDy; 01-13-2010 at 12:29 PM.
-
01-13-2010 #59
i used the qmake from Qt for meizu...
-
01-13-2010 #60Senior Member
- Join Date
- Sep 2009
- Posts
- 380
- Thanks
- 3
Thanked 138 Times in 53 Postsstill not sure :P
Ive seen many intersting thing using makefiles of any kind
You should open the dll with a debugger like Ollydbg then we can be sure if its arm or x86.
Btw
when i start my app i get a serious error...
can be a programming error. try debugging
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
