SimpleClient not working correctly when compiled

NatNet, VRPN, TrackD, and Plugins
Post Reply
zsero
Posts: 15
Joined: Thu Mar 03, 2011 5:05 pm

SimpleClient not working correctly when compiled

Post by zsero »

I have Visual Studio 2010. When I statically compile SampleClient, without any modification it behaves differently than the supplied one.

The problem is that DataHandler never gets called when I test it with working ARENA streaming (1.7.1).

Actually, it's so strange that I'm sure it's a bug with NatNet somewhere. Here are the combinations:
original SimpleClient - ARENA => OK
original SimpleClient - original SimpleServer => OK
original SimpleClient - VS2010 dynamic compiled SimpleServer => not working, only receiving a single line

VS2010 statically compiled SimpleClient - ARENA => not working, not receiving anything
VS2010 statically compiled SimpleClient - original SimpleServer => not working, not receiving anything
VS2010 statically compiled SimpleClient - VS 2010 dynamic compiled SimpleServer => OK

I'm trying to dynamically compile SimpleClient now.

Would it be possible to release a beta version of NatNet SDK For VS2010? Since VS2012 is out, it's unaffordable to only provide an SDK for Visual Studio 2005!
Post Reply