EmbDev.net

Forum: ARM programming with GCC/GNU tools using ARM-gcc toolchain


von Michael R. (michael_rodrigues)


Rate this post
useful
not useful
Hi,

when i installed the arm-gcc toolchain (yagarto), there are libraries in
the X11 folder that contain files such as tkIntXlibDecls.h, etc. which
contains functions such as XDrawlines, etc. I wanted to know, whether
these functions can be used to create my own standalone gui..

or are these supposed to be used in linux..

Thanks

von Martin T. (mthomas) (Moderator)


Rate this post
useful
not useful

von Michael R. (michael_rodrigues)


Rate this post
useful
not useful
Martin Thomas wrote:
> http://www.tcl.tk/

Thanks for the info, it was very helpful. I tried some tricks in linux.
I had one question regarding the X11 lib. The X11 functions always refer
to a Display *display ( which is a reference to the X server), so when i
port it to my ARM9 controller, what would this variable be (or do i have
to send a NULL, NIL)

von Michael R. (michael_rodrigues)


Rate this post
useful
not useful
Michael Rodrigues wrote:
> Martin Thomas wrote:
>> http://www.tcl.tk/
>
Please respond

Thanks for the info, it was very helpful. I tried some tricks in linux.
I had one question regarding the X11 lib. The X11 functions always refer
to a Display *display ( which is a reference to the X server), so when i
port it to my ARM9 controller, what would this variable be (or do i have
to send a NULL, NIL)

Also, could u guys refer me to some sites/ list of sites where i could
see these functions being used in sample codes.. to create a standalone
GUI

thanks

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.