Question Datapath Video Capture

stulish

Well-known member
Joined
Jun 6, 2013
Messages
61
Programming Experience
3-5
Hi all, my company has asked me to look at a video capture card from datapath, it came with an SDK, but all of the examples are in C#. i have only ever used VB and am learning VB.net is there a way to compile the SDK projects into a DLL for VB.net to then use??

Thanks

Stu
 
You can use any version/edition of VS that supports C# to open the C# projects and build them. Any paid-for edition of VS will do it. If you're using an Express edition then C# Express 2010 or earlier will do it or VS 2012 Express for Windows Desktop. If the projects are building to EXEs rather than DLLs then you can just change the output type in the project properties to Class Library.
 
Back
Top