I was asked what I ended up with. It's been 4 years so forgive me if I post the wrong stuff or the code is inefficient. OpenDis.Dis1998.Marking myMarking = new OpenDis.Dis1998.Marking(); String markingString = "No Name"; if (sendEnum.description != null) { markingString = sendEnum.description; if (markingString.Length > maxMarkingLength) { markingString = markingString.Substring(0, maxMarkingLength); } myMarking.Characters = Encoding.Default.GetBytes(markingString); } myMarking.Characters = Encoding.Default.GetBytes(markingString);...
Wow... that did it. Thank you. I just set CharacterSet to 1 and then it came through...
I've created a C# application that automatically sends out a simple Entity State...
Someone helped me in a private message and I finally got it to compile. Running visual...
Someone helped me in a private message and I finally got it to compile. Running visual...
Can someone explain to me where OpenDIS.dll is? I know how to add references but...
Can anyone please explain to me where OpenDIS.dll comes from?? Where is it?
Brian, any chance you can look at my replies below?