This link in the general dev forum is the position so far
If I modify a VC6 project to be UNICODE I have to change the 3rd param in winmain from LPTSTR to LPSTR and I then get a linked error re: loadimagew which seems to be coming from a definition in winuser.h
As I still get the error even if I comment out the winuser.h definition of loadimage to loadimagew I'm not sure that I know how to proceed. Any suggestions.
( to recap, trying to build PF project in VC6 using unicode )