Hi,
I am using VerQueryValue from a C# program described in the following link
http://bytes.com/topic/c-sharp/answers/278731-how-declare-pointerto-array-bytes
to obtain version information.
My questions is if there is a known issue with using this method on an OS or locale where double byte characters are used, such as Korean or Chinese.
On Win7 Korean OS, my app crashes on the call to VerQueryValue.
Any idea why? I'd appreciate your help.
Thanks,
Karineh
I am using VerQueryValue from a C# program described in the following link
http://bytes.com/topic/c-sharp/answers/278731-how-declare-pointerto-array-bytes
to obtain version information.
My questions is if there is a known issue with using this method on an OS or locale where double byte characters are used, such as Korean or Chinese.
On Win7 Korean OS, my app crashes on the call to VerQueryValue.
Any idea why? I'd appreciate your help.
Thanks,
Karineh
Comment