We have installed Win 7 Prof and Framework.NET 4.5.1
We have installed the latest PI 1.8 1087
We have installed the latest PCL version
we produced the projectfile with Script Makefile
using this parameter:
C:/PCL/src/modules/processes/Sandbox
_ITERATOR_DEBUG_LEVEL=0
C:/PCL/include
C:/PCL/lib/windows/vc11/x86_64
C:/PCL/lib/windows/vc11/x86_64/PCL-pxi.lib
Makefile runs without errormessages
If we compile projectfile Sandbox.vcxproj with
MS VisualStudio 2012 we get the compile o.k for all modules
BUT we afterwards get the LINK-error messages:
Fehler 1 error LNK2038: Konflikt ermittelt für "_MSC_VER": Der Wert "1600" stimmt nicht mit dem Wert "1700" in SandboxInstance.obj überein. C:\PCL\src\modules\processes\Sandbox\windows\vc11\PCL-pxi.lib(Console.obj) Sandbox
it seems PCL-pxi.lib is compiled with an older compiler version?
Franz, Manfred and Gerald