Not with 2005, no. First of all 2005 comes with a
very limited set of leaders and libs, and isn't of much use for native code development. 2008 is much much better, but the other problems that apply to 2005 also apply there and will need to be solved.
Secondly anyway your project has likely switched to Unicode. Check the character set in the config properties as per the screenshot here:
http://blog.slickedit.com/wp-content/up ... 9/mbcs.png - if it's not set or Unicode you want to switch it to Multibyte.
Thirdly, if you're set to Warning Level 3 you'll be spammed with lots of warnings about unsafe functions. Just set it to Warning Level 1 and be done with it.
This should remove most of the warnings and some of the errors. If you still get errors, post them here and we'll see if we can help.
Fourthy, even after having done all of that, it may not even work as 2005 and 2008 only support the multithreaded C runtime, which can occasionally cause weirdness.