- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page