On Sun, Mar 22, 2009 at 11:24 AM, jamdis <wineforum-user@xxxxxxxxxx> wrote: > >> You could get Crossover game's source then apply it to Darwine's >> source and recompile. > > > I'm confused. I thought that Codeweaver's changes to Wine were proprietary. If this is possible, it still sounds like it might be beyond my skills. Any pointers as to how to get started? Any changes to Wine itself are LGPL'ed. They have some proprietary stuff, e.g., their bottle manager, and some other things. http://www.codeweavers.com/products/source/ Specifically, you want: http://media.codeweavers.com/pub/crossover/source/crossover-games-wine-src-7.2.0.tar.gz Get the source for games, and compare the wine directory to wine's source. A note of caution, they use an older version of wine than current (1.1.12). So get wine's source for 1.1.12, then use handy dandy diff: diff -ur crossover_source wine_source > hack.txt Then look through hack.txt...or just apply the whole thing to wine source and recompile. -- -Austin