02-23-2011 03:52 AM
Hi,
We use measurement studio 6 in a non Unicode application, written VS2008 C++.
We have problems displaying non English characters in CWGraph.
1. Is there a way to set language or codepage for CWGraph dynamically? statically?
2. Will switching the application to Unicode can help in this issue?
3. If the above answers are false, do later versions like 7,8.x can help in this issue?
Any other suggestions are welcome.
thanks
02-24-2011 09:42 AM
The only information I have been able to find on this is here. It seems like you may need to change to unicode, and 8.0 or later.
02-24-2011 09:47 AM
Hi
thanks for your reply.
From the link you've sent, it looks like Unicode is supported for .NET components in v8.0 but not for ActiveX objects using C++. Can you confirm or suggest otherwise?
thanks
02-24-2011 09:49 AM
Yes. My understanding is the same as yours. I believe that is true.