Hi,

Need help as i am stuck in following issue

I am passing string array from PowerBuilder to VC++ which contains english and chinese characters and in VC++ its get stored in char ** type. when i am accessing chinese character its
showing ??????
I have set character set to Use Multi-Byte Character Set
i have set language code page to "Chinese (PRC)

I tried replacing char** with wchar_t ** but after conversion it converts all data in chinese chracter including english character.

I would be greadful if help on this