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.
>>
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
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
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
>
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