SimpleClient not working correctly when compiled
Posted: Fri Nov 02, 2012 11:30 am
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!
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!