News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Inteface defs locale diffs

Started by askm, July 12, 2006, 06:05:47 PM

Previous topic - Next topic

askm

I am using a tlb midl-ed on Windows 98,
with the other files to do dll. No problem.

However when I midl a idl - tlb on Windows 2000,
and do dll it give locale error

Locale setting ?

askm

P1

Google for more information.

http://msdn2.microsoft.com/en-us/library/0ktbafh9.aspx

[
   uuid(F8CE5E42-1135-11d4-A324-0040F6D487D9),
   helpstring("MyCom3 1.0 Type Library"),
   version(1.0)
]

versus
[ uuid(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx), version(1.0), lcid(0x040c) ]
library Sample


AFAIK, M$ products use lcid(0x0409)

Regards,  P1  :8)