+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4
Results 61 to 70 of 70

[project] TwitterClient

This is a discussion on [project] TwitterClient within the Modding & Development forums, part of the Meizu M8 category; these are the specs of the created makefile: BUILD_PATH = C:\Qt.6.0 SOURCE_PATH = C:\Qt.6.0 QMAKESPEC = wincewm60standard-msvc2008 QMAKE_OPENSOURCE_EDITION = yes ...

  1. #61
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    88
    Thanked 356 Times in 139 Posts
    these are the specs of the created makefile:

    BUILD_PATH = C:\Qt\4.6.0
    SOURCE_PATH = C:\Qt\4.6.0
    QMAKESPEC = wincewm60standard-msvc2008
    QMAKE_OPENSOURCE_EDITION = yes

    so they seem to be right for me..

    i will debug the dll..


    edit: cannot even open it...
    could you try?
    Last edited by crimson05; 01-13-2010 at 01:03 PM.
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  2. #62
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    cannot even open it with ollydbg is a good sign, because olly cant debug non x86 code

  3. #63
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    88
    Thanked 356 Times in 139 Posts
    hehe but it does not help...

    i put the sourcefiles in my project, compiled and have the same result..
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  4. #64
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    hum i just compiled myself and just got a dll file... no lib i dunno how to link this ^^

  5. #65
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    88
    Thanked 356 Times in 139 Posts
    the problem is this (in QTwitLib.h):
    Code:
    #ifdef WIN32
            #define EXPORT __declspec(dllexport)
    #else
            #define EXPORT
    #endif
    just write

    Code:
    #define EXPORT __declspec(dllexport)
    and it seems to be ok

    edit: not really..
    then the linker problem appears.. i made lib my libfiles with projectsettings - general -> create lib

    quite sure that this is the problem but what have to stand there if it is neither the 1. nor the 2.
    Last edited by crimson05; 01-13-2010 at 09:41 PM.
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  6. #66
    Senior Member
    Join Date
    Sep 2009
    Posts
    380
    Thanks
    3
    Thanked 138 Times in 53 Posts
    i just write qmake und nmake an it compiles the makefiles into a dll. i need to search the lib compilerschalter... naja gugg ich morgen mal nach n8 jetzt

  7. #67
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,680
    Thanks
    88
    Thanked 356 Times in 139 Posts
    the problem seems to be in one of the imported files in qtwitlib... when i find time i will specify it
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  8. #68
    Member
    Join Date
    Dec 2009
    Location
    Germany, Stuttgart
    Posts
    137
    Thanks
    8
    Thanked 10 Times in 5 Posts
    Looks like the chinese have released a twitter app

    Google Nachricht

  9. #69
    Senior Member
    Join Date
    Nov 2009
    Location
    Germany
    Posts
    409
    Thanks
    69
    Thanked 37 Times in 19 Posts
    than we need an translation

  10. #70
    Valued Member
    Join Date
    Mar 2009
    Location
    Vienna, Austria
    Posts
    1,706
    Thanks
    54
    Thanked 269 Times in 146 Posts
    Quote Originally Posted by tran226 View Post
    Looks like the chinese have released a twitter app

    Google Nachricht
    You can´t translate it yet ..but the dev promised an english version soon!


 
+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4

Similar Threads

  1. Rockbox Project (M6)
    By vcf in forum Rockbox
    Replies: 420
    Last Post: 07-20-2011, 09:29 AM
  2. [project] Windows CE 6
    By evow04 in forum Modding & Development
    Replies: 29
    Last Post: 01-11-2011, 07:49 PM
  3. [project] Drivers for the m8 hardware
    By tumi07 in forum Modding & Development
    Replies: 20
    Last Post: 01-12-2010, 08:30 AM
  4. [project] M8Jabber
    By trash in forum Modding & Development
    Replies: 18
    Last Post: 12-01-2009, 11:32 PM
  5. [project] jatd sources
    By owenray in forum Modding & Development
    Replies: 6
    Last Post: 11-22-2009, 12:38 PM