On 8/29/05, Ge van Geldorp <[EMAIL PROTECTED]> wrote:
> > From: Vijay Kiran Kamuju
> >
> > can we use the reactos implementation of the _mbsbtype?
> > http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html
> >
> > Any ReactOS guys, please respond regarding the licensing of the above
> > code?
>
>
Alex Villacís Lasso wrote:
Robert Reif wrote:
Alex Villacís Lasso wrote:
The first test that fails with the ALSA driver is the so-called
"reference" tone, which, as far as I could see, is played with a
primary buffer, and no secondary buffer. The reference tone uses the
hardware position
I also see this in PokerStars.NET (an online poker game) In my case, I
believe the threads are valid however. I'll check on that and get back
to you. I notice it after playing the game for about a half-hour,
sometimes a bit longer. When this happens, I also noticed that I can
barely move my mouse,
Hello,
starting wine (current cvs) without the .wine directory leads to the error
below. Do i miss something?
Bye Stefan
wine: creating configuration directory '/home/sle/.wine'...
err:theming:THEMING_Initialize Could not re-register class L"#32770": 582
err:theming:THEMING_Initialize Could not
Hi,
I'm trying to run googletalk.exe with wine-pthread in order to debug
the application. Running it fails with this error:
$ /usr/bin/wine-pthread googletalk.exe
err:virtual:map_image Image was mapped at 0xfb: standard load
address for a Win32 program (0x0040) not available
err:virtual:
Hi,
On Mon, Aug 29, 2005 at 01:43:04PM -0500, Alex Villacís Lasso wrote:
> I could not find any MSDN reference on any documented behavior for
> LoadLibrary16 or LoadModule16 when libname == NULL.
>
> Even if Windows does not check for NULL in this function, I do not think
> that the bug-for-bu
On Sun, 28 Aug 2005 01:56:27 +0200, Walt Ogburn <[EMAIL PROTECTED]>
wrote:
Hi guys,
Sorry if I started a contentious discussion.
Contentious discussions can be fruitful but I dont see much contention
here. It seems that although Detfel is a great fan of making directory
names out of what
Am Donnerstag, 25. August 2005 18:45 schrieb Stefan Dösinger:
> Hello,
> This patch adds better handling for the flags in
> Main_DirectDraw_SetCooperativeLevel. The function reacts to
> DDSCL_SETFOCUSWINDOW, DDSCL_CREATEDEVICEWINDOW and DDSCL_SETDEVICEWINDOW.
> It doesn't really handle them, but it
On Mon, 2005-08-29 at 21:08, Paul Vriens wrote:
> Hi,
>
> with the latest CVS I'm seeing major graphical glitches when using a
> theme. After 'disabling' theming the glitches are gone, so it points to
> theming.
>
> No regression testing done yet. Anybody else seeing this problem ?
>
> Paul.
>
Hi,
with the latest CVS I'm seeing major graphical glitches when using a
theme. After 'disabling' theming the glitches are gone, so it points to
theming.
No regression testing done yet. Anybody else seeing this problem ?
Paul.
In several RPG I have been testing, I have found deadlocks on the sound
thread - the sound loops on and on, and the program freezes. At the same
time, I see messages like the following:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fe32708)->(00010022,0008)
err:dsound:DSOUND_MixOne
Andreas Mohr wrote:
Hi,
On Mon, Aug 29, 2005 at 12:37:31PM -0500, Alex Villacís Lasso wrote:
An old copy of Print Shop Deluxe Companion manages to supply a NULL as a
name to be loaded by LoadLibrary16 --> LoadModule16 --> SIGSEGV. This
patch adds a check to return ERROR_READ_FAULT instead
Hi,
On Mon, Aug 29, 2005 at 12:37:31PM -0500, Alex Villacís Lasso wrote:
> An old copy of Print Shop Deluxe Companion manages to supply a NULL as a
> name to be loaded by LoadLibrary16 --> LoadModule16 --> SIGSEGV. This
> patch adds a check to return ERROR_READ_FAULT instead of crashing.
>
> A
9am CDT == 14:00 GMT and 4pm CDT == 21:00 GMT
On Mon, 2005-08-29 at 12:14 -0500, Jeremy Newman wrote:
> The Web Server will be offline tomorrow from 9am CDT through 4pm CDT.
> (04:00 - 11:00 GMT)
>
> The website will be up temporarily on our other webserver during the
> move. Things like CVS and
Robert Reif wrote:
Alex Villacís Lasso wrote:
The first test that fails with the ALSA driver is the so-called
"reference" tone, which, as far as I could see, is played with a
primary buffer, and no secondary buffer. The reference tone uses the
hardware position directly, which wraps around
The Web Server will be offline tomorrow from 9am CDT through 4pm CDT.
(04:00 - 11:00 GMT)
The website will be up temporarily on our other webserver during the
move. Things like CVS and the Mailing lists will be offline during that
time.
Note: I plan on upgrading Mailman (the software that control
Phil Krylov wrote:
On Fri, 26 Aug 2005 22:10:16 +0200
Michael Jung <[EMAIL PROTECTED]> wrote:
2) Did other people see this bug already?
Yes, I confirm it.
I am seeing it now, using winecfg and browsing to "Add application..."
in the Applications tab. And this entirely within wine drives.
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:
> I think we can use _mbbtype reactos.
> And i think according to the documentation
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__mbbtype.asp
> the _mbbtype does not depend on locale information
I believe tha
On Saturday 27 Aug 2005 21:28, Hans Leidekker wrote:
> I remember that too now :-). I wrongly assumed Wine's header was correct.
> Paul, there's a patch in my RPMS that backs out these defines. It's called
> w32api_lib_directx_dxguid_c_02.patch.gz
Ta. I've added that patch too, now.
Next problem
Hi Dimitry,
I think we can use _mbbtype reactos.
And i think according to the documentation
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__mbbtype.asp
the _mbbtype does not depend on locale information
bye,
vijay
On 8/29/05, Ge van Geldorp <[EMAIL PROTECTED]
> From: Vijay Kiran Kamuju
>
> can we use the reactos implementation of the _mbsbtype?
> http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html
>
> Any ReactOS guys, please respond regarding the licensing of the above
> code?
Most of the code in our C Runtime originates from the DJGPP compiler
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:
> can we use the reactos implementation of the _mbsbtype?
> http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html
>
> Any ReactOS guys, please respond regarding the licensing of the above code?
The ReactOS code above at the first glance looks wro
Monday, August 29, 2005, 3:13:43 AM, Damjan Jovanovic wrote:
>> It looks like there are multiple projects going on
>> along the same lines here.
>> Ivan Leo and me working on this too (making safedisc
>> protected games work on
>> wine).
>>
>> So far we have functional DeviceIoCotrol on a
>> devic
Hi,
can we use the reactos implementation of the _mbsbtype?
http://reactos.geldorp.nl/dc/d8d/mbbtype_8c-source.html
Any ReactOS guys, please respond regarding the licensing of the above code?
Thanks,
Vijay
On 26.08.2005 16:58, Frank Richter wrote:
> Frank Richter <[EMAIL PROTECTED]>
> Add initial push button theming.
>
What are the issues with this one?
-f.r.
Ivan Leo Puoti <[EMAIL PROTECTED]> writes:
> This patch adds FSCTL_PIPE_LISTEN support to NtFsControlFile
> It also corrects the function prototype based on information from ntifs.h
> While I was at it I wrote a little test and found windows puts the
> returning ntstatus in IoStatusBlock, so I've
James Hawkins <[EMAIL PROTECTED]> writes:
> Changelog
> * Use a standard wine list for packages and providers.
It fails make test:
main.c:226: Test failed: EnumerateSecurityPackages() should return 0, not
-2146893056
main.c:230: Test failed: Number of sec packages should be > 0 ,but is 0
main.c
--- Vitaliy Margolen <[EMAIL PROTECTED]> wrote:
>
> Saturday, August 27, 2005, 6:24:21 AM, Evgeny F
> wrote:
> > In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan
> Jovanovic wrote:
> >> I propose adding a driver loading system to Wine
> that
> >> works as follows:
> >> -CreateFile() gets a de
--- Evgeny F <[EMAIL PROTECTED]> wrote:
> In message Mon, 28 Mar 2005 02:30:28 -0800, Damjan
> Jovanovic wrote:
>
>
> > I propose adding a driver loading system to Wine
> that
> > works as follows:
> > -CreateFile() gets a device filename, like (in my
> > case) \\.\MiiScan0
> > -Currently, Win
On Fri, 26 Aug 2005 22:10:16 +0200
Michael Jung <[EMAIL PROTECTED]> wrote:
> 2) Did other people see this bug already?
Yes, I confirm it.
-- Ph.
30 matches
Mail list logo