Streaming API for VB.net

NatNet, VRPN, TrackD, and Plugins
Post Reply
elpiar
Posts: 4
Joined: Thu Mar 04, 2010 8:24 am

Streaming API for VB.net

Post by elpiar »

I'm still new to all this technology and programming so bear with me on my basic questions:

I read in the manual that to do streaming from tracking tools the DLL is built for C++. Can I stream data into my VB.net application?

-Leo-
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Streaming API for VB.net

Post by beckdo »

There are people using the Tracking Tools DLL via .NET. You will need to wrap the DLL yourself using C++/CLI or simply use [DllImport] for all of the functions you require.
Post Reply