help, Link error..

Hi, I am trying to build cocos2d-x 1.0.1 in VC9 and get this error…

3>—— 已启动全部重新生成: 项目: libCocosDenshion, 配置: Debug Win32 ——
3>正在删除项目“libCocosDenshion”(配置“Debug|Win32”)的中间文件和输出文件
3>正在编译…
……….
3>正在生成代码…
3>正在编译资源清单…
3>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
3>Copyright © Microsoft Corporation. All rights reserved.
3>正在链接…
3>MSVCRTD.lib(msvcrtd.dll) : fatal error LNK1112: 模块计算机类型“IA64”与目标计算机类型“X86”冲突
3>生成日志保存在“file://d:2d-1.0.0-x-0.9.0\CocosDenshion\proj.win32\Debug.win32\BuildLog.htm”
3>libCocosDenshion - 1 个错误,0 个警告

I am not sure what is wrong. My OS is WinXP SP3…

compiler is VS2008+SP1

ah… I have checked project configuration, The target machine is MachineX86 (/MACHINE:X86)

MSVCRTD.lib seems no problem…

Thanks

It looks like some thing wrong with MSVCRTD.lib(msvcrtd.dll), when MSVC try to link this library.