Using third party software in a compiled macro

From: Marc de Kamps <dekamps_at_comp.leeds.ac.uk>
Date: Thu, 10 Jan 2008 11:11:00 -0000


Dear Rooters,  

How can I use third party software in macro's? Suppose I have macro bla.cpp:  

#include "Irrelevant.h"  

void Bla()

{

            cout << "Doing bla" << endl;

            Irrelevant dummy;

            Dummy.DoNothing();

}  

The headers of irrelevantlib are in $IRRELEVANT/include, the library, libirrelevant.so, in $IRRELEVANT/lib.  

Can I compile my macro in such a way that the Irrelevant object is used correctly? I'm not interested in serializing Irrelevant objects, or using them in CINT.

-

Dr. Marc de Kamps

Biosystems Group

School of Computing

University of Leeds

LS29JT, Leeds, UK  

dekamps_at_comp.leeds.ac.uk

http:/www.comp.leeds.ac.uk/dekamps   Received on Thu Jan 10 2008 - 12:11:08 CET

This archive was generated by hypermail 2.2.0 : Thu Jan 10 2008 - 17:50:01 CET