Hi,
We have few MFC 6.0 applications that are using many static libraries that
are basically our infrastructure. Now we want to develop in C#, and we don't
want to redesign all the infrastructure, that basically the libs are also
using dependencies between them. From where to start ? and sugg...
more >>
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 instance accepts ...
more >>
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?
Another questions is how can I ex...
more >>