When MSDN says that a CStringT method takes an argument of type XCHAR (i.e. Unicode instance takes Unicode argument and ANSI instance takes ANSI argument), is there an overloaded method that takes an argument of type YCHAR (i.e. Unicode instance accepts ANSI argument and ANSI ...
I am trying to build a DLL. There are tons of new datatype and class are defined in the code. I wonder if there is an easy way to setup the .def file so that I can buid the dll and .lib? or is there a alternate way to avoid manully defining all the exports?