To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75518





------- Additional comments from [EMAIL PROTECTED] Mon Mar 19 11:50:37 +0000 
2007 -------
Initial version introduced.

Usage:
reslink [Options] PEFile ResourceFile

PEFile is the program executable file (.exe,.dll) to be modified
ResourceFile ist the file containing the new resources. This can be an already
linked PE (.exe, .dll) or a resource file from resource compiler (.res).
Detection is done automatically.

Options can be:

/OUT:File Dont modify PEFile directly but work on a copy file
/LANG:langid Ignore resource language an use langid instead. See notes
/PURGE Delete all existing resources in PEFile and use only new resources. See 
notes

Notes:
If the resource languages do  not match, you might get a mixup of different
resource languages. May be overwritten by using the /LANG switch to match the
target language. /LANG:0 seems to work too. There's no problem when using /PURGE

Fonts, Icons and Cursors are organized as a resource directory with hints to
other resources. So simply replacing them could result in a mixup of images if
the IDs and/or the count of sub-resources don't match. No problem when using 
/PURGE

Currently /PURGE should always be used.

---------------------------------------------------------------------
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]

Reply via email to