Required to link windows header modules (?)
Walter Bright
newshound at digitalmars.com
Thu Jun 8 22:20:11 PDT 2006
Sean Kelly wrote:
> phobos.lib(date)
> Error 42: Symbol Undefined
> __init_3std1c7windows7windows21TIME_ZONE_INFORMATION
>
> phobos.lib(file)
> Error 42: Symbol Undefined __init_3std1c7windows7windows16WIN32_FIND_DATAW
> phobos.lib(file)
> Error 42: Symbol Undefined __init_3std1c7windows7windows15WIN32_FIND_DATA
> phobos.lib(gcx)
> Error 42: Symbol Undefined __init_3std1c7windows7windows7CONTEXT
> phobos.lib(syserror)
> Error 42: Symbol Undefined _MAKELANGID at 8
Ok, these are the static initializers for the struct, and a function for
MAKELANGID. My next question is what's the issue with linking with
windows.obj?
More information about the Digitalmars-d-bugs
mailing list