Hi,
I have compiled x32 version ImageCalibration and x64 IntensityTransformations under Win7 x64 VS2010.
But I getting error during compilation x64 ImageCalibration module. See log below.
Whats wrong ?
Best regards,
Nikolay.
1>------ Build started: Project: ImageCalibration, Configuration: Release x64 ------
1>Build started 07.09.2011 8:49:03.
1>InitializeBuildStatus:
1> Creating "x64\Release\ImageCalibration.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> DefectMapInstance.cpp
1> DefectMapInterface.cpp
1> DefectMapParameters.cpp
1> DefectMapProcess.cpp
1> ImageCalibrationInstance.cpp
1>..\..\ImageCalibrationInstance.cpp(484): warning C4305: 'initializing' : truncation from 'double' to 'const float'
1>..\..\ImageCalibrationInstance.cpp(593): warning C4305: 'initializing' : truncation from 'double' to 'const float'
1>..\..\ImageCalibrationInstance.cpp(833): warning C4099: 'pcl::CalibrationThreadData' : type name first seen using 'class' now seen using 'struct'
1> c:\pcl\src\modules\processes\imagecalibration\ImageCalibrationInstance.h(66) : see declaration of 'pcl::CalibrationThreadData'
1>..\..\ImageCalibrationInstance.cpp(1193): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
1>..\..\ImageCalibrationInstance.cpp(1225): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
1>..\..\ImageCalibrationInstance.cpp(2195): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
1> ImageCalibrationInterface.cpp
1>..\..\ImageCalibrationInterface.cpp(191): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
1> ImageCalibrationModule.cpp
1> ImageCalibrationParameters.cpp
1> ImageCalibrationProcess.cpp
1>Link:
1> Creating library x64\Release\ImageCalibration.lib and object x64\Release\ImageCalibration.exp
1> Generating code
1>c:\pcl\src\modules\processes\imagecalibration\imagecalibrationinstance.cpp(2336): fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x5F212D0C:0x00000028]', line 183)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
1>
1>LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage
1>
1> Version 10.00.40219.01
1>
1> ExceptionCode = C0000005
1> ExceptionFlags = 00000000
1> ExceptionAddress = 5F212D0C (5F0D0000) "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\c2.dll"
1> NumberParameters = 00000002
1> ExceptionInformation[ 0] = 00000000
1> ExceptionInformation[ 1] = 00000028
1>
1> CONTEXT:
1> Eax = 07190290 Esp = 0038E8F4
1> Ebx = 00000000 Ebp = 0038E928
1> Ecx = 00000008 Esi = 00000000
1> Edx = 072A39D0 Edi = 071B5838
1> Eip = 5F212D0C EFlags = 00010297
1> SegCs = 00000023 SegDs = 0000002B
1> SegSs = 0000002B SegEs = 0000002B
1> SegFs = 00000053 SegGs = 0000002B
1> Dr0 = 00000000 Dr3 = 00000000
1> Dr1 = 00000000 Dr6 = 00000000
1> Dr2 = 00000000 Dr7 = 00000000
1>
1>Build FAILED.
1>
1>Time Elapsed 00:01:00.66
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========