Using ROOT with foreign sources

Hi,

I have some sources (device “driver” routines) which work fine in DOS mode. Now want to display the results trough ROOT. How can I feed the subdirectory information in ROOT/CINT (I have a subdirectory where src and include dirs are present, etc.). Are there any examples around?

Thanks

Janos

I do not understand your question. Could you give more details about the problem or what you try to do?

Rene

[quote=“brun”]I do not understand your question. Could you give more details about the problem or what you try to do?

Rene[/quote]

Hi,

I am controling a device through RS232 line. I have all the sources
and the basic communication works with MS VC6. Now I wish to use ROOT for displaying the measurement data.
The library has a bit complicated structure and I do not want to change it.
How can I interface these sources to ROOT?
(as I know it looks for sources in the startup directory and in ./macros.)
Is there a way to compile this library and use the objects in the library?

Janos