Hi,
I've a client-server app which works almost correctly. The client type anything ,call the sever component and it writes the text into a file. The problem is when the client type extended international chars (like õ,û in hungarian or all of the russian chars) the server app writes only question marks into the file. I've written the DLL and the client interface in VJ++. dll enable COM , support MTS etc.
It seems like DCOM not support UNICODE. I've tried it sending only String object and SafeArray object.
any idea?
thanks, KIRI
I've a client-server app which works almost correctly. The client type anything ,call the sever component and it writes the text into a file. The problem is when the client type extended international chars (like õ,û in hungarian or all of the russian chars) the server app writes only question marks into the file. I've written the DLL and the client interface in VJ++. dll enable COM , support MTS etc.
It seems like DCOM not support UNICODE. I've tried it sending only String object and SafeArray object.
any idea?
thanks, KIRI