I just changed the environment to the release version 1.0, but the build process which had no problem in 0.9 has link errors as follows.
Linking…
libcpd.lib(_tolower.obj) : error LNK2019: unresolved external symbol __malloc_dbg referenced in function __Getctype
libcpd.lib(xdebug.obj) : error LNK2001: unresolved external symbol __malloc_dbg
libcpd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __free_dbg referenced in function “void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)” (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)
.\Release/RobotCell.exe : fatal error LNK1120: 2 unresolved externals
Build log was saved at “file://c:\pik\Project\RobotCell\Code\final\RobotCell\Release\BuildLog.htm”
RobotCell - 4 error(s), 0 warning(s)
What do I need to more?
How can I change the posting style? (poll → post)
I cannot delete my posting either.
So please ignore the polling part.
Archer
3
Are you using visual_studio_7? I have tried visual_studio_8 and it works fine for CUDA 1.0.