Re: [ns] Issue with AppData and Packet::copy() in packet.h
Just solved it, for future reference here it is: You can't create your object like this: PacketData vodinfo(10); It must be: AppData* vodinfo = new PacketData (10); After that, everything works fine. Andre On Apr 14, 2009, at 10:04 AM, Andre Reis wrote: Greetings, I'm having an
[ns] Issue with AppData and Packet::copy() in packet.h
the cause of the problem might be. Can someone provide some clues as to why this is happening? With regards, Andre Reis