Re: Winelib and static-build

2008-10-26 Thread Alan Nisota
Boaz Harrosh wrote: > Dan Kegel wrote: > >> On Sat, Oct 25, 2008 at 8:10 AM, Alan Nisota wrote: >> >>> I can now pass info back and forth between wine and linux via shared memory, >>> >> Sweet! I had forgotten about /dev/shm. >>

Re: Winelib and static-build

2008-10-25 Thread Alan Nisota
Dan Kegel wrote: For starters, have you tried CreateFileMapping in wine, and mmap on the same file in the native bit? Sadly, linux does not use tmpfs by default, so the backing store writes would probably hurt performance. But it would be interesting to hear whether this worked at all. Very

Re: Winelib and static-build

2008-10-24 Thread Alan Nisota
Dan Kegel wrote: > Alan Nisota wrote: > >>> I have a project (http://code.google.com/p/coreavc-for-linux) which is a >>> linux executable which provides access to Windows DirectShow filters >>> >>> The problem is that I normally provide a static binary

Re: Winelib and static-build

2008-10-24 Thread Alan Nisota
Dan Kegel wrote: > Alan Nisota wrote: >> I have a project (http://code.google.com/p/coreavc-for-linux) which is a >> linux executable which provides access to Windows DirectShow filters >> >> The problem is that I normally provide a static binary so that users on >

Winelib and static-build

2008-10-23 Thread Alan Nisota
I have a project (http://code.google.com/p/coreavc-for-linux) which is a linux executable which provides access to Windows DirectShow filters (despite its name, the program should work with many Directshow Video codecs). Currently, it builds against a forked version of mplayer's 'loader' libra