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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top