2009/3/29 Tim Felgentreff :
>
> Owen Rudge wrote:
>> If you have had exposure to Microsoft source code, then I believe I'm
>> right in saying that you are not able to work on Wine, I'm afraid.
> I have written to the Software Freedom Law Center about this, but the License
> included with the Window
On Sat, Mar 28, 2009 at 5:15 PM, Hin-Tak Leung wrote:
>
> --- On Sat, 28/3/09, Austin English wrote:
>
>> It's also not known how well it works under Linux. There
>> was talk
>> about detecting if a user has it installed, then compiling
>> 16 bit code
>> in that case, but no one's worked to see i
Owen Rudge wrote:
> If you have had exposure to Microsoft source code, then I believe I'm
> right in saying that you are not able to work on Wine, I'm afraid.
I have written to the Software Freedom Law Center about this, but the License
included with the Windows Research Kernel is actually prett
This one is wrapped also (which is only logical).
There are two other problems:
* there's the same case sensitivity issue as in the project parsing
code. Using search_from() in the same way should fix it.
* also it assumes that the project file is in the current
directory. In other wor
This one is wrapped too.
But the main problem is that it does not handle case fixes. This can be
fixed by applying the attached patch on top of it.
With this, if you go test with the Programming Windows 98 samples, the
following scenario works:
cd Chap03/HelloWin
winemaker HelloWin.dsp
--
Hi Tim,
I'd like to help out with wine during the summer of code. I have never done
any dll development apart from a little messing with the windows research
kernel, so I'd rather work on something else.
If you have had exposure to Microsoft source code, then I believe I'm
right in saying th
Hi,
I'm currently an IT student in Germany in my 2nd year.
I'd like to help out with wine during the summer of code. I have never done
any dll development apart from a little messing with the windows research
kernel, so I'd rather work on something else.
I would love to work on control panel app
Hello,
I was working on setting up a Windows game to work on all the Linux machines
I have, but I don't want to install the full blown Wine on each one. Is
there a way to "bottle" Wine with application binaries and make it all work
from a single folder and have it totally self sufficient (similar t
Am Samstag, 28. März 2009 14:58:28 schrieb Stefan Dösinger:
> Am Samstag, 28. März 2009 14:39:15 schrieb David Adam:
> > + hrc = IWineD3DDeviceImpl_CreateSurface(iface,
> > ...
> > + This->parent);
> You'll have to use a callback function similarly to the CreateDevice
> call
The patchset looks ok to me
On Sun, Mar 22, 2009 at 5:34 PM, King InuYasha wrote:
> On Sun, Mar 22, 2009 at 5:46 AM, Tijl Coosemans wrote:
>>
>> On Sunday 22 March 2009 04:00:16 Austin English wrote:
>> > Wine supports 16 bit apps, just not as well as 32-bit. Dan had an
>> > intern work on a 16 bit test suite
>> > (http://c
This one is wrapped. Besides that it's ok, so if you resubmit it should
go in.
--
Francois Gouget http://fgouget.free.fr/
$live{free} || die "";
Am Samstag, 28. März 2009 14:39:15 schrieb David Adam:
> + hrc = IWineD3DDeviceImpl_CreateSurface(iface,
> ...
> + This->parent);
It's not that easy unfortunately.
You're using the d3d9 (or d3d8) device as parent for the depth stencil, which
isn't correct. This would mea
Guy Albertelli writes:
> On Thu, 2009-03-26 at 10:08 +0100, Alexandre Julliard wrote:
>> Guy Albertelli writes:
>>
>> > 1. The initial problem was that the CreateFile above would not
>> > successfully translate the volume id to the associated Unix file. #3/10
>> > fixed that.
>>
>> That shoul
Alban Browaeys a écrit :
I still have to find why (probably gcc related) but under debian sid (no
problems under lenny, have not tested squeeze yet)
"winedbg --gdb regedit"
trigger an infinite loop error:
$ winedbg --gdb regedit
0017:0018: create process 'C:\windows\system32\regedit.exe'/0x11
I still have to find why (probably gcc related) but under debian sid (no
problems under lenny, have not tested squeeze yet)
"winedbg --gdb regedit"
trigger an infinite loop error:
$ winedbg --gdb regedit
0017:0018: create process 'C:\windows\system32\regedit.exe'/0x110640
@0x7eb62c04 (0<0>)
fixm
16 matches
Mail list logo