 mark331
		
			mark331
		
		
		
		
		
		
		
		
	
			03-09-2011 01:48 PM
HI,
is it possible to make this library https://github.com/mikeobrien/HidLibrary/downloads works with LabView. I tried everything.
Thanks
 MikeS81
		
			MikeS81
		
		
		
		
		
		
		
		
	
			03-10-2011 02:18 AM - edited 03-10-2011 02:19 AM
Hi mark331,
can you use it in other programming languages? As far as i can see, the library has no exported functions. What do you like to do with it? Is it a .Net library? Edit: It seems it is not!
Mike
03-11-2011 04:48 AM
Dear mark331,
there is not documentation of that DLL which makes answering to your question quite difficult.
Below you can find some examples showing how to use DLLs in LabVIEW:
http://decibel.ni.com/content/docs/DOC-2028
http://decibel.ni.com/content/docs/DOC-1690
http://zone.ni.com/devzone/cda/epd/p/id/1288 
Regards,
 rolfk
		
			rolfk
		
		
		 
		
		
		
		
		
	
			03-11-2011 06:32 AM - edited 03-11-2011 06:36 AM
It's a bit strange to say there is no documentation when it is an open source library. The source code is in C# so I think it is likely it is a .Net Library anyhow. Haven't checked further.
Yes source code is not the easiest documentation there is, but it is in fact the ultimative documentation one can get.
There is also a PDF file in the etc directory of the repository. I guess that would be a possible documentation canditate. Not sure how to download that from the web interface, but using GIT it will be simple to get the entire repository to your computer.