View Single Post
  #1 (permalink)  
Old 11-16-2005
tianfu tianfu is offline
Registered User
 
 
Join Date: Nov 2005
Posts: 1
Question one question: c# is client, c++ is server

i come from china.
today i want to use c# as client to communicate with c++ by ice, i use server's proxy to call its method , if the parameter is english words, the server displya correct, but it the parameter include chinese word, such as "我", the server show that the paramter is some illegal words, how can i solve the problem?
my develop tool is visual studio 2003, and the server is made by vc7.1,the client is made by c#. if i make the client app with vc7.1, there is no
Reply With Quote