On Fri, Dec 28, 2007 at 05:43:40AM -0500, Steven Edwards wrote:
Hi,
On Dec 27, 2007 4:50 PM, Robert Millan rmh@aybabtu.com wrote:
I'm writing a small application to automate the process of setting Windows version for executables that are known to require a specific one. I'd like it to use the knowledge about defining Windows versions contained in winecfg/appdefaults.c instead of duplicating/forking code from it.
Would it be ok to move on_winver_change() and some of its friends like win_versions[] and set_reg_key() to libwine.so.1 for this purpose ?
How about rather than writing another application to do this, you make winecfg take arguments on the command line so you could set something like
winecfg foo.exe --winver win98 --dll=gdiplus.dll=n
Yes, I suppose that'll do. Want a patch for --winver ?