Filip Navara wrote:
Maybe it's just me, but I thought this is well-known "feature" of the
API. It's implemented in ReactOS for quite some time. *g*
- Filip
Yes! but the headers, are they fixed? What do you do in react OS do you
have 2 different definitions for RegisterClassExW
Free Life
On Tue, 26 Jul 2005 10:15:58 +1000
Troy Rollo <[EMAIL PROTECTED]> wrote:
> If you call SendMessageW under native Windows the translation happens. If you
> call SendMessageA it does not. This is all exactly what I would expect.
>
> By my test, sending 0xf301 with SendMessageA gets 0xf301 on Windo
I ran into the same issue and was in the process of trying to fix it
up. Maybe this is a better approach because it doesn't require any
user intervention? The idea was to pass the relative path through
that function to get the full local path.
I can attach the rest of the patch if you'd like but
On Tue, 26 Jul 2005 09:29, Phil Krylov wrote:
> I could remove map_wparam_AtoW() and map_wparam_WtoA() from
> dlls/user/message.c, but probably somebody needs that translation. Does
> anybody have an idea of a better fix for that bug?
If you call SendMessageW under native Windows the translation
--- Paul Vriens <[EMAIL PROTECTED]> wrote:
> I'm busy fixing up version.dll, and I want to create some tests to read
> resources from win16 applications. I currently have a fixed .exe in my
> tests directory, but I'd like to create a 16bit .exe (or .dll) during
> the creation of the tests.
OpenW
Thomas Weidenmueller wrote:
> The attached archive contains a stubbed objsel.dll and it's public
> header file objsel.h
Any comments why it got rejected?
Best Regards,
Thomas
Can anyone help out with this bug? It's still in
existence in the July Wine release.
Basically, I select 3 files, and I click on the
highlighted files to try to drag all 3. However, as
soon as I click on them, they deselect, and one file
is now selected. If I attempt to click+drag the one
file,
Filip Navara wrote:
Maybe it's just me, but I thought this is well-known "feature" of the
API. It's implemented in ReactOS for quite some time. *g*
- Filip
It wasn't well-known for me. So if it's not yet implemented in Wine,
probably it shouldn't be.
Thanks,
Jacek
* On Mon, 25 Jul 2005, Robert Shearman wrote:
> * Saulius Krasuckas wrote:
> > * The log message from [1] says:
> >
> > > By-pass the RPC runtime if possible when calling an STA by posting a
> > > message directly to the apartment window for it to process. Fixes a
> > > deadlock in InstallShiel
> "Paul" == Paul Vriens <[EMAIL PROTECTED]> writes:
Paul> Hi, I'm busy fixing up version.dll, and I want to create some
Paul> tests to read resources from win16 applications. I currently have
Paul> a fixed .exe in my tests directory, but I'd like to create a 16bit
Paul> .exe (o
I'm trying out this month's release. I'm trying to
install AbsoluteFTP which previous installed fine, but
now I try to install, the install shield begins, but
just sits there. There's not even any output...
How can I get something together to report to you
guys?
Hijinio
Jacek Caban wrote:
Hello.
Fixing MSHTML tests I found a bug in Windows.
In tests I passed const WNDCLASSEX, to RegisterClassEx
what should work as its declaration is:
ATOM WINAPI RegisterClassExW(const WNDCLASSEXW *);
Changing passed WNDCLASS to nonconst makes it
works. I wrote small tests (a
On Monday 25 July 2005 19:47, Robert Shearman wrote:
> Oliver Stieber wrote:
> >Following this patch
> > http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d
> > SegV's every time the dll is loaded.
>
> One bug is that GetModuleFileName is called with a buffer size of
> MAX_PATH,
On Monday 25 July 2005 20:31, Oliver Stieber wrote:
> Hi,
> This patch implements resource tracking, require for reset and evict
> managed resources and provides extra sanity checks.
>
> I've had to test with an older version of wine-cvs since head doesn't seem
> to compile cleanly or run at the mo
On Monday 25 July 2005 20:41, Oliver Stieber wrote:
> Hi,
> This patch corrects a regression issue in
> http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html
>
Hi
You just sent the sme patch :)
Maybe you forgot to attach the good one
Regards,
Raphael
pgpoLdxQ7gihb.pgp
Description: PGP
Hi,
On Mon, 25 Jul 2005 21:37:09 +0200
Paul Vriens <[EMAIL PROTECTED]> wrote:
> could you try the attached. I only convert the win32 to win16 if we are
> not getting a request for '\' or '\VarFileInfo\Translation'. Both
> requests do not need a conversion anyway.
>
> This is just a quick hack f
Hi,
I'm busy fixing up version.dll, and I want to create some tests to read
resources from win16 applications. I currently have a fixed .exe in my
tests directory, but I'd like to create a 16bit .exe (or .dll) during
the creation of the tests.
Any idea's ?
Paul Vriens.
On Sun, 2005-07-24 at 20:59, Phil Krylov wrote:
> Hi Paul,
>
> On Sun, 24 Jul 2005 19:17:42 +0200
> Paul Vriens <[EMAIL PROTECTED]> wrote:
>
> > Will come up with a fix soon.
>
> Thanks a lot!
>
> -- Ph.
>
Hi Phil,
could you try the attached. I only convert the win32 to win16 if we are
not ge
On Mon, 2005-07-25 at 16:23, Rein Klazes wrote:
> On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote:
>
> > Hi,
> >
> > currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer
> > expects some data because of this.
> >
> > As no trust provider is implemented yet, return TRUST_E_
Glenn Wurster wrote:
of new engine. If someone is indeed working on a new GDI engine, than
I'd be interested in finding out more and perhaps helping out,
although I don't have a lot of time on my hands.
Maybe the ReactOS GDI engine could be used for starters.
" Currently in ReactOS the p
--- Robert Shearman <[EMAIL PROTECTED]> wrote:
> Oliver Stieber wrote:
>
> >Following this patch
> >http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d
> SegV's
> >every time the dll is loaded.
> >
>
> One bug is that GetModuleFileName is called with a buffer size of
> MAX_
On Mon, 2005-07-25 at 16:23, Rein Klazes wrote:
> On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote:
>
> > Hi,
> >
> > currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer
> > expects some data because of this.
> >
> > As no trust provider is implemented yet, return TRUST_E_
Oliver Stieber wrote:
Following this patch
http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's
every time the dll is loaded.
One bug is that GetModuleFileName is called with a buffer size of
MAX_PATH, yet buffer is only 64 chars big.
--
Rob Shearman
Thank you for taking your time to explain all that changes, Juan.
* On Fri, 22 Jul 2005, Juan Lang wrote:
>
> That's interesting too. 0x00ff bytes are supposed to follow, but an
> access violation is caught. So the WinME version catches some
> exceptions, but not all?
I wouldn't be surpr
Following this patch
http://www.winehq.org/hypermail/wine-patches/2005/07/0575.html wined3d SegV's
every time the dll is loaded.
___
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Ph
Monday, July 25, 2005, 10:08:40 AM, Robert Shearman wrote:
> Vitaliy Margolen wrote:
>>Isn't WODM_RESET should stop playback/recording immediately? In which case
>>shouldn't we use snd_pcm_drop instead?
>>
>>
> From MSDN:
> The *waveOutReset* function stops playback on the given waveform-audio
Hello.
Fixing MSHTML tests I found a bug in Windows.
In tests I passed const WNDCLASSEX, to RegisterClassEx
what should work as its declaration is:
ATOM WINAPI RegisterClassExW(const WNDCLASSEXW *);
Changing passed WNDCLASS to nonconst makes it
works. I wrote small tests (attached) showing that
Hi K-Si,
Khe Siang Tan schrieb:
> KHE:/home/zhe# apt-get install wine
> Reading Package Lists... Done
> Building Dependency Tree... Done
> wine is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not
> upgraded.
You could try apt-get install --reinstall wine
>
> i
Vitaliy Margolen wrote:
Isn't WODM_RESET should stop playback/recording immediately? In which case
shouldn't we use snd_pcm_drop instead?
From MSDN:
The *waveOutReset* function stops playback on the given waveform-audio
output device and resets the current position to zero. All pending
pl
Isn't WODM_RESET should stop playback/recording immediately? In which case
shouldn't we use snd_pcm_drop instead?
I'm guessing here. I have that loop disabled here for some time now. And I can't
hear any artifacts.
PS: If we drop that loop we should remove all associated stuff as well.
Vitaliy M
Hi
just wondering if someone could help mei am
running Debian operating systemand i am trying to
install/run WINE.i have typed the command $apt-get
install wine in root user.
KHE:/home/zhe# apt-get install wine
Reading Package Lists... Done
Building Dependency Tree... Done
wine is alr
On Sat, Jul 23, 2005 at 10:22:09AM +0200, Alexandre Julliard wrote:
> Glenn Wurster <[EMAIL PROTECTED]> writes:
>
> > GDI is a very good example of the problem of throwing an exception
> > where the application never intended one to be thrown. If ESP is bad
> > we clobber something. GDI, however
From: "Hans Leidekker" <[EMAIL PROTECTED]>
>
> -credW = strAtoW( cred );
> -if (!credW) return LDAP_NO_MEMORY;
> +if (dn) {
> +dnW = strAtoW( dn );
> +if (!dnW) return LDAP_NO_MEMORY;
> +}
> +if (cred) {
> +credW = strAtoW( cred );
> +if (!credW
On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote:
> Hi,
>
> currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer
> expects some data because of this.
>
> As no trust provider is implemented yet, return TRUST_E_PROVIDER_UNKNOWN
> instead.
Paul,
Girotel was perfectly happy
--- Robert Shearman <[EMAIL PROTECTED]> wrote:
> Oliver Stieber wrote:
>
> >Hi,
> > I picked up a copy of Kohan 2, but I can't get it to install it looks like
> > an RPC error.
> >
> >trace:rpc:I_RpcSend (0x7bc84e18)
> >trace:rpc:RPCRT4_OpenBinding (Binding == ^0x7bc84e50)
> >trace:rpc:RPCRT4_
James Hawkins <[EMAIL PROTECTED]> writes:
> +typedef struct IOleInPlaceFrameImpl
> +{
> +IOleInPlaceFrameframe;
> +HWNDwindow;
> +} IOleInPlaceFrameImpl;
> +
> +typedef struct IOleInPlaceSiteImpl
> +{
> +IOleInPlaceSite inplace;
> +IOleInPlaceFra
James Hawkins <[EMAIL PROTECTED]> writes:
> Hey,
>
> Changelog
> * Add the remaining commands to HtmlHelp.
That switch is not supposed to list all the commands, it's here to
only display the message box on calls caused by direct user action, to
avoid spamming the user with message boxes.
--
Al
Oliver Stieber wrote:
Hi,
I picked up a copy of Kohan 2, but I can't get it to install it looks like an
RPC error.
trace:rpc:I_RpcSend (0x7bc84e18)
trace:rpc:RPCRT4_OpenBinding (Binding == ^0x7bc84e50)
trace:rpc:RPCRT4_Receive buffer length = 12
trace:rpc:I_RpcGetBuffer (0x7ba8a6e4): BufferLe
Saulius Krasuckas wrote:
* The log message from [1] says:
By-pass the RPC runtime if possible when calling an STA by posting a
message directly to the apartment window for it to process. Fixes a
deadlock in InstallShield caused by having to create a thread when
Frank Richter <[EMAIL PROTECTED]> writes:
> On 16.07.2005 01:13, Frank Richter wrote:
> > Frank Richter <[EMAIL PROTECTED]>
> > Added some generic code to allow subclassing(for the purpose of theming)
> > of standard controls.
>
> What are the issues with this one?
I don't think you should store
On 7/25/05, James Hawkins <[EMAIL PROTECTED]> wrote:
>
> When I send in a patch to move itss.idl to include/ (or whoever does
> it), do I need to also include the removal of itss.idl from the itss
> directory as in:
>
> diff -u -p dlls/itss/itss.idl /dev/null
>
> or should I just say itss.idl ne
On 7/25/05, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
>
> Probably we need to move itss.idl to include/ so that a generated
> itss.h could be accessed globally.
>
When I send in a patch to move itss.idl to include/ (or whoever does
it), do I need to also include the removal of itss.idl from th
"James Hawkins" <[EMAIL PROTECTED]> wrote:
> --- /dev/null 2005-07-23 07:02:07.637731864 -0500
> +++ dlls/hhctrl.ocx/itss.h 2005-07-25 01:09:16.0 -0500
> @@ -0,0 +1,302 @@
> +/*** Autogenerated by WIDL 0.1 from itss.idl - Do not edit ***/
Probably we need to move itss.idl to include/ so t
43 matches
Mail list logo