Hello,
I have a Lcr3000 and I'm trying to build the software as well as run the given executable.
My first problem is compiling the SDK, I followed the documentation and installed Qt, Flycapture, built opencv (all according to dlpu042.pdf), but when I try to build the SDK it fails at 74%
[ 73%] Built target DLP_SDK [ 74%] Building CXX object CMakeFiles/returncode_example.dir/examples/returncodes_example.cpp.obj [ 76%] Linking CXX executable bin\returncode_example.exe C:/FlyCapture2/bin64/FlyCapture2.dll: file not recognized: File format not recognized collect2.exe: error: ld returned 1 exit status CMakeFiles\returncode_example.dir\build.make:108: recipe for target 'bin/returncode_example.exe' failed mingw32-make[2]: *** [bin/returncode_example.exe] Error 1 CMakeFiles\Makefile2:104: recipe for target 'CMakeFiles/returncode_example.dir/all' failed mingw32-make[1]: *** [CMakeFiles/returncode_example.dir/all] Error 2 Makefile:82: recipe for target 'all' failed mingw32-make: *** [all] Error 2
I guess this means that only the examples are left to build, but I'm not sure and I don't think I should be messing with the makefile without proper guidance.
Still .... I simply assumed that the SDK was already built and kept on going and tried to compile the application, but after compiling it gave me the same linking error I got when building the SDK. Any ideas what could be wrong? I tried uninstalling the FlyCapture SDK for 64 bits and installed the 32 bits one. I simply tried to recompile the SDK and it failed at the same point with the same error (Maybe I should rebuild everything in 32 bits?)
=================================================================================================================================================================
ALSO
When I try to run the executable, it gives an error 0xC0150002, which after a little bit of googling, I found out it was due to not having vc++ 2005 on my computer. So I installed vc++ 2005, 2008, 2010 and 2015 (redistributable) on my computer and it didn't work. I really have no idea as hot to procceed with this error.