To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98740
User sb changed the following:
What |Old value |New value
================================================================================
CC|'hennerdrewes,mru,pescetti|'hennerdrewes,hjs,mav,mru,
|' |pescetti,sb'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Feb 4 13:13:00 +0000
2009 -------
@mav,hjs: That inprocserv.dll depends on uwinapi.dll (which it will not find
when loaded into a process that has a PATH that does not include the OOo URE
layer bin directory where uwinapi.dll resides) is an error. It is caused by
VERSIONOBJ= at tags/DEV300_m41/embedserv/source/inprocserv/makefile.mk l. 47,
which causes no generated version.obj to be included but apparently does not
prevent GetVersionInfo from being added to the inprocserv def file. When
linking together inprocserv.dll, the linker then uses the GetVersionInfo from
the otherwise unused uwinapi.lib implicitly contained in the list of libraries
linked against. (This in turn is probably due to the DEF1EXPORTFILE in
embedserv/source/inprocserv/makefile.mk, as for example
tags/DEV300_m41/extensions/source/activex/main/makefile.mk also sets VERSIONOBJ=
but does not export any GetVersionInfo.)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]