Hi gents!
I have a generic question.
I'm using Visual Studio 2008 and its VC++ compiler to develop C language applications. I've always looked for using the C Run time Library for code portability reasons. Since I needed to implement into an imposed UNICODE environment I had to migrate all ANSI statements to win32 library. So the code portability blows-up ...
Now the question: is there any way I can go back to the "pure C" but in UNICODE mode without getting tight to Win32, while alsays using the VC++ compiler?
Thanks for your hints.


