Android porting app X11 functions and variables
-
wrote on 10 Jan 2014, 07:31 last edited by
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! -
wrote on 10 Jan 2014, 09:27 last edited by
Refactor completely your app in order to eliminate any explicit dependencies on X11.
That's the only way that I know.
-
wrote on 10 Jan 2014, 09:31 last edited by
Gianluca, thanks for answering, Now I think this way too :)
1/3