Search found 4 matches
- Mon May 26, 2008 11:20 am
- Forum: ActiveX
- Topic: Unicode problem with TeeChart v8.0.0.3
- Replies: 7
- Views: 9024
Your example works fine and do not produce mentioned error. Although the code is absolutely the same. I've fixed the problem with my code by replacing the stub classes I took from ...\TeeChart Pro v8 ActiveX Control\Utilities\New VC Classes\ with classes from your example. Also I had to use some fil...
- Thu May 15, 2008 10:16 am
- Forum: ActiveX
- Topic: Unicode problem with TeeChart v8.0.0.3
- Replies: 7
- Views: 9024
Hi Narcis, Yes, I've included brush.h header. And your test is correct. Exactly the same lines produce the exception I mentioned. Version also correct - 8.0.0.3. I tried different combinations and different machines. Also I tested unicode, multi language unicode and regular versions. And all of them...
- Tue May 13, 2008 1:33 pm
- Forum: ActiveX
- Topic: Unicode problem with TeeChart v8.0.0.3
- Replies: 7
- Views: 9024
Thanks Yeray, CodeUTF8String() fixes problem with unicode text. I was confused with its usage because Header.Caption produce correct result without UTF8 coding. However problem with missing "GetBrush()" member still remains. I've created test project using VisualStudio 2005 and wonder how I can send...
- Mon May 12, 2008 3:49 pm
- Forum: ActiveX
- Topic: Unicode problem with TeeChart v8.0.0.3
- Replies: 7
- Views: 9024
Unicode problem with TeeChart v8.0.0.3
Hi, I got problem with TeeChart v8 unicode version while migrating from v6. When I set chart header or subheader with GetHeader().SetCaption(str) or GeSubtHeader().SetCaption(str), I get correct text in Japanese. However when I use CStrings methods like .GetHeader().GetText().Add(str) or .GetHeader(...