Include dll in Visual Studio 2010 to use in a C# project

Post all DrDAQ questions here
Post Reply
DirkP
Newbie
Posts: 0
Joined: Tue Nov 17, 2015 9:00 am

Include dll in Visual Studio 2010 to use in a C# project

Post by DirkP »

I have problems to include the dll in a VisualStudio 2010 c# project. Can I use the DrDAQ only with the dll?

Hitesh

Re: Include dll in Visual Studio 2010 to use in a C# project

Post by Hitesh »

Hi DirkP,

You should not need to include the USBDrDAQ dll as part of the project.

It should be placed either in the same directory as your exe file or in a location on your Windows PATH environment variable.

Regards,

Post Reply