Software Archive
Read-only legacy content
17061 Discussions

Need help getting libxccpp2c.dll linked with C# project

Wezley_S_
New Contributor I
567 Views

Hello!

I've been working in the SDK in C#, and made a small program to test out some of the features of the sdk.

For some reason I can't get the libpxccpp2c.dll to link with my project... I followed the samples, and still nothing is working.

I'm getting this error

"Additional information: Could not load file or assembly 'libpxcclr.cs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ca106b2214526f83' or one of its dependencies. The system cannot find the file specified."

How do I fix this?

 

Thank you!buildhelp.png

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
567 Views

Have you done following steps:

· In the solution explorer, right click the project name and select Add Reference. 

· Add $(RSSDK_DIR)/bin/win32/libpxcclr.cs.dll or $(RSSDK_DIR)/bin/x64/libpxcclr.cs.dll as the reference. 

See details @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?devguide_csharp_application.html

Thanks!

0 Kudos
Wezley_S_
New Contributor I
567 Views

Hi David,

 

I had to manually find the .dll in the installation folder since there is no where to enter "$(RSSDK_DIR)/bin/x64/libpxcclr.cs.dll"

nowheretoadd.png

0 Kudos
Reply