Hi everyone,
I'm currently trying to export an old DLL from Virtual Studio 2010 to VS 2013. The main problem was to make the program work in UNICODE and not MBCS.
After being able to compil the program, I tried to use it with TestStand. The SW told me to include the 'tsdllparams.cpp' in my repertory to be able to use CString.
However, after doing this, the SW is still telling me that it can't use Cstring (different error message).
Has someone ever faced this?
Thank you.