by IDEAL Software Support » Fri Mar 10, 2006 6:50 pm
Indeed, this is a problem. The CharSet property of VPE was implemented a long time before .NET was known and when implementing the .NET component we didn't think about that issue.
In fact your code must be running on a Eastern European Windows in order to use by default the EastEurope charset. In v3.60 there is currently no option to change the codepage manually to EastEurope on a non Eastern European Windows.
Do you have some sample code available which demonstrates the manual conversion of a .NET string into an ANSI string with a given codepage, and how this can be marshalled to a DLL? We searched the internet but couldn't find any useful information. If you can provide some sample code, we could quickly implement this into the .NET component.