Converstion the code into unicode standard

i have two project
1 is mfc base gui project
2 is a dll project with export classes

now i want to know what could be the procedure to change my whole code into unicode standard , should i put some macros and start work...and should i change my dll classes with unicode as well?since they are just a dll ..

guide me ,thx in advance
[357 byte] By [Wolvorine] at [2007-11-20 1:34:55]
# 1 Re: Converstion the code into unicode standard
You must change code in both projects to be UNICODE aware.
You must rebuld both projects fro unicode.
See Unicode Programming Summary ( http://msdn2.microsoft.com/en-us/library/dybsewaf.aspx)
Support for Unicode ( http://msdn2.microsoft.com/en-us/library/2dax2h36.aspx)
VictorN at 2007-11-10 23:17:58 >
# 2 Re: Converstion the code into unicode standard
thanks for the reply i will check that out
Wolvorine at 2007-11-10 23:18:58 >