Re: [python-win32] Activex call delivers only unicode string, but ASCII is needed

2005-07-05 Thread Konstantin Veretennicov
On 7/4/05, Kuner Martin <[EMAIL PROTECTED]> wrote: > > > Hi list, > > I have the following code to call a LabVIEW VI via the Activex interface. > The string "strDataOut" holds the expected data result of the call . > Now I realized that the string coming back from the ActiveX call contains >

[python-win32] Activex call delivers only unicode string, but ASCII is needed

2005-07-04 Thread Kuner Martin
Title: Activex call delivers only unicode string, but ASCII is needed Hi list, I have the following code to call a LabVIEW VI via the Activex interface. The string "strDataOut" holds the expected data result of the call . Now I realized that the string coming back from the ActiveX call co