Software Archive
Read-only legacy content
17061 Discussions

Is there an AnyCpu version of libpxcclr.cs.dll available?

AndreCarlucci
Beginner
610 Views

Hi guys,

Is there an AnyCpu version of libpxcclr.cs.dll available?

Or maybe the libpxcclr.cs.dll source code so I can compile it myself?

Thanks!

0 Kudos
5 Replies
Colleen_C_Intel
Employee
610 Views

To date Intel has not released any such versions that were open.

0 Kudos
AndreCarlucci
Beginner
610 Views

Hi Colleen,

Thanks for your answer.

As far as I can see, this dll has no real algorithms or business rules, it's just a wrapper for the real dll written in C++ (I could be totally wrong, though). Do you think you (Intel) could release the source code any time soon?

If that is not possible, what about a binary AnyCpu version of it?

I'm asking this because for now it's really annoying having to point to the right 2 dlls according to the platform you are compiling for. I could put the C++ dll as an embedded resource and copy it to the output folder the first time the program is ran (or just add it to the project as content via nuget), but the managed dll has to be referenced so I need it to be anycpu.

0 Kudos
AndreCarlucci
Beginner
610 Views

If anyone else finds it useful, here is the AnyCpu version :)

https://github.com/SharpSenses/libpxcclr.cs

0 Kudos
Mona_J_
Beginner
610 Views

Hi, 

After I follow this manual and build (x64) the dll is not present in the debug directory. Any idea why is this happening?

libpxccpp2c.dll

 

 

https://software.intel.com/en-us/articles/using-the-intel-realsense-sdk-to-create-hello-world-project

 

 

0 Kudos
AndreCarlucci
Beginner
610 Views

Are you always building for x64? If so, I recommend adding libpxccpp2c.dll to your project as content and setting its "build action" to "copy always".

Cheers!

0 Kudos
Reply