Posted By:
ShunPing_Cai
Posted On:
Thursday, November 30, 2000 03:02 AM
In an IDL file, I declare a method which has a string parameter. When I call the method, passing a string which has only English charaters, everything is OK. When passing a string containing Chinese charaters,
a MARSHAL exception is thrown. If I change the "string" parameter to "wstring" parameter in the IDL file, a NO_IMPLEMENT Exception is thrown.
What should I do to pass a Chinese string as a paramter?