On 03/17/15 09:29, Shuai Meng wrote:
This changes are not matching the typelib in native vbscript.dll. It looks like GetLocale function is not defined there at all.
2015-03-18 18:35 GMT+08:00 Piotr Caban piotr.caban@gmail.com:
So it is unnecessary to implement GetLocale or SetLocale function? I don't quite understand your word.
On 03/18/15 17:15, Shuai Meng wrote:
As your test shows the function is implemented in native dll so it should be implemented in wine. It's just not defined in typelib.
2015-03-19 0:25 GMT+08:00 Piotr Caban piotr.caban@gmail.com:
I have checked the vbscript.dll on win7, it's true that GetLocale and SetLocale are not defined in typelib. But then we can't add it to global.c and vbsglobal.idl, right? I would be appreciated if you can offer some ideas on how I can implement it.