I\'ve gone through tons of forums, but can\'t seem to find the right answer yet. So on my 32-bit VS2010 install, everything works fine. But if I try to make a new program on my 64-bit computer, I get the whole \"cannot open atlsd.lib\" problem. From looking through the forums, I\'m supposed to take out several libraries (even though I never did this for the 32-bit version). I did that, and I got:
1>libcpmtd.lib(xmbtowc.obj) : error LNK2019: unresolved external symbol __free_locale referenced in function __GetLocaleForCP
1>libcpmtd.lib(xmbtowc.obj) : error LNK2019: unresolved external symbol __create_locale referenced in function __CreateLocForCP
1>libcpmtd.lib(xmbtowc.obj) : error LNK2019: unresolved external symbol __ui64toa_s referenced in function __CreateLocForCP
1>C:\\Users\\Bobby\\Documents\\Visual Studio 2010\\Projects\\DGDK 2010 Wizard4\\Debug\\/DGDK 2010 Wizard4.exe : fatal error LNK1120: 164 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.40
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
So now what? The code I\'m running is the generated code from the Wizard, so nothing fancy.