Hi
I have just configured TBB on VS2005 there is issue with the compilation. I have used MSVS plugin . It seems it works as the project got compiled except one thing. it is generating wriong path for copying tbb_debug.dll file into the debug directory of the target. on manual copying of the file it links and gets executed so no issue BUT it is generating error at compile time and no exe generated . so if anyone can guide me about correcting the issue.
these are error messages from the generated file
copy "TBB41_INSTALL_DIR\ia32\vc8\bin\tbb_debug.dll" "Debug"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Copying tbb_debug.dll"
exit 1
:VCEnd
actually the path should be "TBB41_INSTALL_DIR\bin\ ia32\vc8\tbb_debug.dll" as this is the way the folders have been created by default. So the compiler / macro generated code for copying the file has different path and hence can't copy the file to the debug folder of the project. BUT where / how the wrong path getting generated and how to correct it
regards
ulhas



