Thanks Elias,
Everything is going much better, the one question/problem I have left is;
Is it possible to put a custom component-derived class in a slot? I am trying to do this and the edl parser does not like my config file.
I have managed to make a config work using Existing OpenEaagles classes work, just not this. Do I maybe need to add my class to the Factory.h factory method?
In order to do this I would need to add my custom class to the OE library which I would rather leave as it is and make my code live in a new solution.
Here is my config file
//
// PDU Generator
//
( PDUGen
(PDUNetwork:
(
netInput: ( UdpUnicastHandler port: 3001 shared: true )
netOutput: ( UdpUnicastHandler ipAddress: "127.0.0.1" port: 3001 localPort: 3002 shared: true )
)
)
)
Thanks again for your help,
Shane