Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android porting app X11 functions and variables
Forum Updated to NodeBB v4.3 + New Features

Android porting app X11 functions and variables

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 885 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alan73
    wrote on 10 Jan 2014, 07:31 last edited by
    #1

    Hello!

    I'm trying to port application written with X11 fucntion and variables. For example:
    headers: X11/Xlib.h, X11/Xutil.h;
    functions: XOpenDisplay(), XQueryPointer();
    variables: Display, Window;

    Thus, I get a lot of errors. App is really hard-based on X11.
    Using: Qt 5.2.
    What can you advice? Thanks!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Gianluca
      wrote on 10 Jan 2014, 09:27 last edited by
      #2

      Refactor completely your app in order to eliminate any explicit dependencies on X11.

      That's the only way that I know.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alan73
        wrote on 10 Jan 2014, 09:31 last edited by
        #3

        Gianluca, thanks for answering, Now I think this way too :)

        1 Reply Last reply
        0

        3/3

        10 Jan 2014, 09:31

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved