Page 1 of 1

Streaming API for VB.net

Posted: Thu Mar 04, 2010 8:26 am
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-

Re: Streaming API for VB.net

Posted: Thu Mar 04, 2010 1:14 pm
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.