failure to add .dll to project
Posted: 01 March 2011 03:57 PM   [ Ignore ]
New Member
Rank
Total Posts:  2
Joined  2011-03-01

a refrence to ‘C:\program files\code Laboratories\CL-Eye Platform SDK\Bin\CLEyeMulticam.dll’ could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

I am using vs2010 in c# as a WPF project. I have reinstalled and redownloaded the sdk but it is the same results. I have never had to troubleshoot adding a reference to a project before so i am lost as to “what next”.

thanks.

Profile
 
 
Posted: 14 March 2011 04:30 PM   [ Ignore ]   [ # 1 ]
New Member
Rank
Total Posts:  3
Joined  2010-01-25

That dll is has C exports, and is not a COM component, so you cannot add it directly.  You could make in into a COM service, but might look at using PS3EyeAxFilter.ax instead depending on what you need to do.

Barry

Profile
 
 
Posted: 14 March 2011 05:00 PM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  2
Joined  2011-03-01

Oh, so you have to include the CLEyeCameraDevice.cs and CLEyeCameraImage.cs in your project?

Profile
 
 
 
 


RSS 2.0     Atom Feed