Hi,
i’m trying to establish a network connection (either in DIS or HLA) programmatically using vegaprime 2.1.2. On manual, it is written that i must declare connection like this:
vpNetDISConnection* myNetDISConnection = new vpNetDISConnection();
but when i put this line into my code, i got a compile error telling me that i cant access protected member.
Is there another way to initialize a connection?
Thx