UNICODE conversion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a big application here that has one executable file and about 20 DLL
files. Do I need to convert all the DLLs to unicode or is it enough to do it
just for the exe file, where all the user interface is?

Thank you,
Daniel
 
I have a big application here that has one executable file and about 20 DLL
files. Do I need to convert all the DLLs to unicode or is it enough to do it
just for the exe file, where all the user interface is?

It depends on what your DLLs do. If they manipulate strings that could
be Unicode then it's likely you ought to convert them too.

Dave
 
Back
Top