Uwe Bonnes <[EMAIL PROTECTED]> writes:

> how do I call a winelib programm with arguments from inside wine. I tried
> several appoaches in a first hack for Batch file support in wine, but I
> didn't succeed. It seemed that either the winelib programm insisted on the
> "--" divider or it tried to interpret it. 

You must not add "--" when starting it inside Wine. Just build a
normal command line and pass it to CreateProcess.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to