Page 1 of 1

g++ compilation

Posted: Wed Oct 02, 2013 3:56 am
by johny3212
Hello,

my name is Jan. I am software developer. I have at my university new OptiTrack system. I using Camera SDK 1.5. I need compile examples in g++ compilation for implementation to other software solutions based on g++. Are Camera SDK libraries (CameraLibrary2010S.dll) available for g++ compilation? Because I try and have some errors in the Eclipse ID. Such as undefined reference and can nor recognize library (CameraLibrary2010x64S.dll). Where can be problem? Thank you.

Re: g++ compilation

Posted: Thu Oct 03, 2013 10:33 am
by NaturalPoint-Dustin
Hello,

Thank you for posting on the forums. I will research this for you and have a response shortly.

Best Regards,

Re: g++ compilation

Posted: Thu Oct 03, 2013 10:37 am
by beckdo
The Camera SDK was built with Microsoft Visual Studio. There are 2005, 2008, and 2010 binaries. Unfortunately, these are not compatible with g++. It's very possible that we will start offering Linux versions of our Camera SDK that is built with gcc or g++ but that's not available yet unfortunately. So currently, you'll need to be compiling and running under windows.

Re: g++ compilation

Posted: Thu Oct 03, 2013 11:56 am
by johny3212
Yes I installed MSVC compiler and after compile exams in Eclipse ID with Microsoft compiler. Everything is running. But this is not solution for my future work. I will have to search some other solutions. I am looking forward to when gcc version will available.