Link error compiling samples: _Locinfo

I get this error when I compile the samples on VS2005. I guess there is some service pack or Microsoft package I haven’t installed. Anyone know which one ? I am using Visual Studio 2005 professional with SP1, under 32-bit XP.

1>Linking…
1>oclUtils32.lib(shrUtils.obj) : error LNK2019: unresolved external symbol “public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits,class std::allocator > const &)” (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z) referenced in function “public: __thiscall std::_Locinfo::_Locinfo(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)” (??0_Locinfo@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
1>oclUtils32.lib(cmd_arg_reader.obj) : error LNK2001: unresolved external symbol “public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits,class std::allocator > const &)” (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
1>…..\bin\Win32\Release\oclDeviceQuery.exe : fatal error LNK1120: 1 unresolved externals

The errors went away if I recompiled the utils libraries using the project in NVIDIA GPU Computing SDK\OpenCL\common

How do I recompile utils?

How do I recompile utils?