Bill Medland (billmedland@mercuryspeed.com) Expand the documentation on the --dll option Index: running.sgml =================================================================== RCS file: /home/wine/wine/documentation/running.sgml,v retrieving revision 1.24 diff -u -r1.24 running.sgml --- running.sgml 23 Sep 2003 22:56:25 -0000 1.24 +++ running.sgml 24 Sep 2003 22:58:24 -0000 @@ -336,9 +336,20 @@ <para> Specifies whether to load the builtin or the native (if available) version of a DLL. + <screen> +Syntax: -dll name[,name[,...]]={native|so|builtin}[,{n|s|b}[,...]] + - 'name' is the name of any dll without extension + - the order of loading (native, so and builtin) can be abbreviated + with the first letter + - the option can be specified multiple times + </screen> Example: <screen> <prompt>$</prompt> <userinput>wine --dll setupx=n foo.exe</userinput> + </screen> + A more complex example: + <screen> +<prompt>$</prompt> <userinput> wine --dll rpcrt4,ole32,oleaut32=n,b --dll commctrl,comctl32=b foo.exe</userinput> </screen> See the <link linkend="config-dll">DLL chapter</link> for more details. </para> -- Bill Medland mailto:billmedland@mercuryspeed.com http://webhome.idirect.com/~kbmed