Olivier,

> -----Original Message-----
> From: Olivier Forget [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: [rtl] RTlinux + Qt
>
> I would like to write a Qt program that can send commands and 
> receive results 
> from a real time thread. I can see how all the pieces fit 
> together, except 
> that I wouldn't know how to set up the compiler. The makefile 
> for Qt is quite 
> complicated, and as far as I can tell, the rtlinux apps are a little 
> sensitive to which compiler is used and which options are 
> used. That makes it 
> hard for me to figure out how to compile a program that has 
> both Qt and RTL 
> functions.

        You should not be using any RTL functions in your front end
application, which will run under regular Linux.  If you are planning to use
Qt from an RT Task, you are basically out of luck - the X stuff is certainly
not available from kernel space.

> I am using examples/frank_app as a test. I want to add some 
> Qt code to that 
> program so that the "Frank" and "Zappa" appear in a little 
> GUI window. I know 
> how to write a Qt application, but how do I compile it??

        The same as you would any other Qt application.  It does not require
any special flags.

Regards,

Steve Cohen

--------------------------
Stephen D. Cohen
Xybion Sensor Positioning Systems
11528 53rd Street North
Clearwater, FL 33760
Voice: (727) 299-0150
Fax: (727) 299-0804 
[EMAIL PROTECTED]
www.xybion.com

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to