Search found 15 matches

by zsero
Fri Nov 02, 2012 11:30 am
Forum: OptiTrack Data Streaming
Topic: SimpleClient not working correctly when compiled
Replies: 0
Views: 9511

SimpleClient not working correctly when compiled

<t>I have Visual Studio 2010. When I statically compile SampleClient, without any modification it behaves differently than the supplied one.<br/> <br/> The problem is that DataHandler never gets called when I test it with working ARENA streaming (1.7.1).<br/> <br/> Actually, it's so strange that I'm...
by zsero
Fri Oct 19, 2012 7:57 pm
Forum: OptiTrack Data Streaming
Topic: SimpleServer under VS2010 not compiling
Replies: 1
Views: 2675

Re: SimpleServer under VS2010 not compiling

OK, I could make it work with dynamic linking.

I had to do the following:
1. Insert "#define NATNETLIB_IMPORTS" at the start of the file (after #pragma)

2. Link with NatNetLib.lib instead of NatNetLibStatic.lib

3. Link with wsock32.lib and Winmm.lib as well
by zsero
Fri Oct 19, 2012 7:35 pm
Forum: ARENA & Expression
Topic: Cannot start ARENA - Error at loading of ippSP library
Replies: 5
Views: 17307

Re: Cannot start ARENA - Error at loading of ippSP library

Also, latest Tracking Tools starts perfectly (at least till the license screen).
by zsero
Fri Oct 19, 2012 7:15 pm
Forum: ARENA & Expression
Topic: Cannot start ARENA - Error at loading of ippSP library
Replies: 5
Views: 17307

Re: Cannot start ARENA - Error at loading of ippSP library

Thinkpad W520, Windows 7 64-bit.
Intel Core i7 2760QM (Sandy Bridge)
by zsero
Fri Oct 19, 2012 7:12 pm
Forum: OptiTrack Data Streaming
Topic: SimpleServer under VS2010 not compiling
Replies: 1
Views: 2675

SimpleServer under VS2010 not compiling

Is there anyone who was able to compile SimpleServer under VS2010? Because it was built with an older version of Visual Studio, I always get this problem when static linking: NatNetLibStatic.lib(unicastservercore.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std:...
by zsero
Fri Oct 19, 2012 2:28 am
Forum: ARENA & Expression
Topic: Cannot start ARENA - Error at loading of ippSP library
Replies: 5
Views: 17307

Re: Cannot start ARENA - Error at loading of ippSP library

I've opened this topic 9 days ago and received no reply till now. Can you help me solve this problem?
by zsero
Wed Oct 10, 2012 9:26 am
Forum: ARENA & Expression
Topic: Cannot start ARENA - Error at loading of ippSP library
Replies: 5
Views: 17307

Cannot start ARENA - Error at loading of ippSP library

I have just installed ARENA but I cannot start it. The following error message appears upon starting:

Image

My computer is a standard Windows 7 64-bit laptop.

It happens both with ARENA 1.8.1 and 1.7.3.
by zsero
Thu Oct 04, 2012 4:41 pm
Forum: ARENA & Expression
Topic: How to get marker data live-stream out of ARENA
Replies: 10
Views: 10830

Re: How to get marker data live-stream out of ARENA

<t>Mike, thank you for the detailed answer! Since I'm a computer science student I was planning on using NatNet tools anyway, so it's not a problem at all!<br/> <br/> For the future: I think a common code base where you can easily enable/disable features without redeveloping parts of the software is...
by zsero
Tue Oct 02, 2012 6:12 pm
Forum: ARENA & Expression
Topic: How to get marker data live-stream out of ARENA
Replies: 10
Views: 10830

Re: How to get marker data live-stream out of ARENA

<t>I've would have never thought that a $2000 software doesn't support the most simple function of a $800 one.<br/> <br/> Even the big mammuth software companies always split their software in an inclusive way, and it's especially strange from hardware oriented company to limit higher-end software n...
by zsero
Fri Sep 28, 2012 8:01 pm
Forum: ARENA & Expression
Topic: How to get marker data live-stream out of ARENA
Replies: 10
Views: 10830

Re: How to get marker data live-stream out of ARENA

OK, deformable was just an idea. I want to track a single point, a fingertip of a user. Is it possible to do this in ARENA?