Hi guys
Again, I'm stuck trying to make things work... I have installed MSCV 2008. So far, it seems that there is only one version, no specific 64bits one, so this is the one I have. I also found and installed some 64bits redistibutable packages. Anyway, I'm still receiving a linking error, and don't have a clue how to solve it:
1>------ Rebuild All started: Project: Sandbox, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'Sandbox', configuration 'Release|Win32'
1>Compiling...
1>SandboxProcess.cpp
1>SandboxParameters.cpp
1>SandboxModule.cpp
1>..\..\SandboxModule.cpp(41) : warning C4003: not enough actual parameters for macro 'PCL_STRINGIFY'
1>SandboxInterface.cpp
1>SandboxInstance.cpp
1>Linking...
1>PCL-pxi.lib(StdAlloc.obj) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
1>Build log was saved at "file://e:\PCL\src\modules\processes\Sandbox\windows\vc9\Win32\Release\BuildLog.htm"
1>Sandbox - 1 error(s), 1 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
There is no way to change the compiller settings to Win64, or x64... so maybe there is the source of the problems... Any thoughts?