* On Thu, 9 Jun 2005, Saulius Krasuckas wrote:
> As I have updated my wine tree from cvs and recompiled it, now I load
> the "shell32_test.dsw" into MSVC 6.0, press F7 and get linking errors:
I have omited, I had run tools/winapi/msvcmake after compiling the tree.
> | Linking...
> | shlfolder.ob
* On Fri, 10 Jun 2005, James Hawkins wrote:
> On 6/10/05, Gregory M. Turner <[EMAIL PROTECTED]> wrote:
> > How do I run the wine test suite under Windows again? I want to do
> > this by compiling from source.
>
> http://www.winehq.org/site/docs/wine-devel/testing-windows
>
> Check out that site
On 6/10/05, Gregory M. Turner <[EMAIL PROTECTED]> wrote:
> How do I run the wine test suite under Windows again? I want to do this by
> compiling from source.
>
> I know the answer is out there -- maybe I have even asked this once before and
> been given the answer? But I can't find it for the l
How do I run the wine test suite under Windows again? I want to do this by
compiling from source.
I know the answer is out there -- maybe I have even asked this once before and
been given the answer? But I can't find it for the life of me.
--
gmt
I've been updating the wiki as I think of new things. I've tried to
add the suggestions so far from this thread. Please feel free to add
things to the todo list or to improve the formatting of the page.
I'll be marking the ones that I'm working on so I don't conflict with
anyone else that wants
On Fri, 10 Jun 2005 23:23:20 +0200, René Rebe <[EMAIL PROTECTED]> wrote:
You could try copying it to /windows/system
Tried that - no difference.
bash# ls ~/.wine/c/windows/Speech/Dragon
Elantts.dll dd10enum.dll dnstk10.dll nsinstalled.ini nsvbld50.dll
Uninst.isu dmfc.dll elantts.ex
I need some help to implement the debugger under Solaris. In particular I need
help with how ptrace interacts with the threading model under Linux which I
understand uses processes for threads. Since Solaris has user mode threads,
stopping a pid stops all the threads in the debugee which used to
On Fri, 10 Jun 2005 23:23:20 +0200, René Rebe <[EMAIL PROTECTED]> wrote:
I can start the audio setup seperatly - that part seem to work on my
side :-(((
I was able to run wine audio.exe
I let is start and turn off the mike ! Then I turn it back on and am able
to complete the volume setting
> "Andreas" == Andreas Mohr <[EMAIL PROTECTED]> writes:
Andreas> Hi guys, has ANYONE done any testing with my experimental
Andreas> SetThreadPriority patch which I mailed on May 15? So far I
Andreas> haven't received any replies, despite this probably being
Andreas> rather int
On Fri, 2005-06-10 at 09:27 -0600, Brian Vincent wrote:
> On 6/8/05, Mitchell Mebane <[EMAIL PROTECTED]> wrote:
> I'm putting together a Summer of Code proposal for working on
> the AppDB. I've been talking with Chris Morgan, and he has a
> few suggestions, but I was looking
Hi,
> > So it is not trying to load the 'nstex50.dll' guess it is doing some flie
> > loopup (stat equivalent) on it and complains before trying to load or so.
> > Any
> > idea how I can convince it to search in the "c/Program
> > Files/ScanSoft/NaturallySpeaking/Program" where the dll is located
Joerg Mayer wrote:
On Fri, Jun 10, 2005 at 12:19:06AM +0100, Christian Costa wrote:
This wrapper only support rle, msvideo1 and mjpeg for now.
To enable support for it, download lastest FFMpeg package, built it and
install it.
Also copy avcodec.h, rational.h and common.h into a ffmpeg direc
On Fri, Jun 10, 2005 at 12:25:39PM -0500, Robert Shearman wrote:
> Hi,
>
> I plan to rewrite ITypeInfo::Invoke because at the moment it is very
> buggy, incomplete and too big (over 250 lines).
I heard that ;) make that "slighty buggy, very incomplete and too messy".
Good luck to you :/
Ciao,
On Fri, 10 Jun 2005 13:46:00 +0200, René Rebe <[EMAIL PROTECTED]> wrote:
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine h:setup.exe
Why do you do this? What errors do you get otherwise?
No, I got that line from frankscorner, it worked.
So it is not trying to load the 'nstex50.dll' guess
Huw D M Davies <[EMAIL PROTECTED]> writes:
> +orig_bm = SelectObject(screen_mem_dc, hbitmap);
> +StretchDIBits(screen_mem_dc, 0, 0, new_width, new_height, 0, 0, width,
> height, bits, fix_info, DIB_RGB_COLORS, SRCCOPY);
> +SelectObject(screen_mem_dc, orig_bm);
That's not thread safe,
Hi All,
So what are everyone's thoughts on doing it? If there are any
darwine people lurking I am
interested in knowning if any of you are registered developers and
will be getting a copy of the
preview release and evaluation hardware.
I can't afford the developers program, though the port
Hello,
I'd like to modify ISvItemCm_fnQueryContextMenu
(shell32/shv_item_cmenu.c) in a way that it loads the strings from the
.rc file.
But I have some trouble. I modified the shell32_En.rc to look like the
created context menu, but which puzzles me is that there are two times
the same ID:
Vitaliy Margolen <[EMAIL PROTECTED]> writes:
> Any reason why the whole patch wasn't committed?
I suspect the x11drv change needs to be done in SetWindowPos (and it
should have been a separate patch anyway...)
--
Alexandre Julliard
[EMAIL PROTECTED]
Felix Nawothnig <[EMAIL PROTECTED]> writes:
> >> (IsBadWritePtr isn't the fastest thing in the world...)
>
> Just looked at the implementation - it does at most
> (buflen-1)/pagesize+1 memory-references, and since buflen will be
> MAX_PATH in most cases this just costs us the calling-overhead -
Any reason why the whole patch wasn't committed?
Vitaliy Margolen
Sunday, June 5, 2005, 5:43:14, Vitaliy Margolen wrote:
> It looks like DefWinProc needs to be smarter about WM_SHOWWINDOW when
> lParam!=0.
> Added more tests for WM_SHOWWINDOW to test that it could be used as
> ShowOwnedPopup (f
This could be the beginning of something beautiful.
Steven Edwards wrote:
Hi All,
So what are everyone's thoughts on doing it? If there are any darwine people
lurking I am
interested in knowning if any of you are registered developers and will be
getting a copy of the
preview release and eval
Juan Lang wrote:
Hi Mitchell,
Does anybody have any features they'd like added to the AppDB?
I do: I'd like to see it integrated with CXtest. I think it'd be really
cool to be able to maintain a regression test for an app, so maintainers
might be able to catch regressi
Joerg Mayer wrote:
On Fri, Jun 10, 2005 at 12:19:06AM +0100, Christian Costa wrote:
This wrapper only support rle, msvideo1 and mjpeg for now.
To enable support for it, download lastest FFMpeg package, built it and
install it.
Also copy avcodec.h, rational.h and common.h into a ff
Scott Ritchie wrote:
On Wed, 2005-06-08 at 19:32 -0500, Mitchell Mebane wrote:
Hi all,
I'm putting together a Summer of Code proposal for working on the
AppDB. I've been talking with Chris Morgan, and he has a few
suggestions, but I was looking for more. Does anybody have any
feat
On 5/27/05, Brian Vincent <[EMAIL PROTECTED]> wrote:
Is there a way to extract an icon from a DLL? Wine seems to do
this automatically when programs are installed, I just can't figure out
how. Is there a way to do it from the commandline?
Someone replied to me off list with info on the icoutils
On 6/8/05, Mitchell Mebane <[EMAIL PROTECTED]> wrote:
I'm putting together a Summer of Code proposal for working on the
AppDB. I've been talking with Chris Morgan, and he has a few
suggestions, but I was looking for more. Does anybody have any features
they'd like added to the AppDB, quirks
Hi guys,
has ANYONE done any testing with my experimental SetThreadPriority patch
which I mailed on May 15?
So far I haven't received any replies, despite this probably being rather
interesting, given that it is implemented by many of our winmm threads...
Or should this remain untested until I wi
Hi again,
On Friday 10 June 2005 09:53, René Rebe wrote:
> And then when trying to start the applications a dlg that tells me that the
> 'nstex50.dll' can not be found though it is present in the c/Program
> Files/ScanSoft/NaturallySpeaking/Program which also is my working directory
> where I sta
> "Felix" == Felix Nawothnig <[EMAIL PROTECTED]> writes:
>>> (IsBadWritePtr isn't the fastest thing in the world...)
Felix> Just looked at the implementation - it does at most
Felix> (buflen-1)/pagesize+1 memory-references, and since buflen will be
Felix> MAX_PATH in most cases
(IsBadWritePtr isn't the fastest thing in the world...)
Just looked at the implementation - it does at most
(buflen-1)/pagesize+1 memory-references, and since buflen will be
MAX_PATH in most cases this just costs us the calling-overhead - which
is worth the increased readability.
-flx
Hi,
> > err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed,
> > 0x800401fd err:ole:_unmarshal_interface Unmarshalling interface
> > {3d8b6332-d8b1-11d2-80c5-00104b1f6cea} failed with 800401fd
> > err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
> >
> > Is this also supp
Andreas Mohr wrote:
Does Win9x GetCurrentDirectoryA() really use an IsBadWritePtr to protect
against invalid output buffers?
Somehow I slightly doubt it...
(IsBadWritePtr isn't the fastest thing in the world...)
Well, no. Looking at the disassembly it does about this:
static WINE_EXCEPTION_FIL
On Fri, Jun 10, 2005 at 12:19:06AM +0100, Christian Costa wrote:
> This wrapper only support rle, msvideo1 and mjpeg for now.
> To enable support for it, download lastest FFMpeg package, built it and
> install it.
> Also copy avcodec.h, rational.h and common.h into a ffmpeg directory
> created in
Hi!
I have a small update: Stuart Axon sent me a screenshot of the same app
from wxp. Thanks! I placed the image together with the first (bad) one, the URL
is http://www.sinus.cz/~patrol/ircape-wxp.png .
Comparing the two images, one can find, that
1) Size of both is identical
2) Basic grap
Hi!
I have a small update: Stuart Axon sent me a screenshot of the same app
from wxp. Thanks! I placed the image together with the first (bad) one, the URL
is http://www.sinus.cz/~patrol/ircape-wxp.png .
Comparing the two images, one can find, that
1) Size of both is identical
2) Basic grap
Hi,
On Fri, Jun 10, 2005 at 07:26:33AM +0200, Felix Nawothnig wrote:
> This makes Yoda Stories (which is shipped with a broken wavmix32.dll)
> run out of the box.
>
> ChangeLog:
> When emulating Win9x return ERROR_INVALID_PARAMETER if a bad buffer is
> passed to GetCurrentDirectoryA().
Does Win
Hi,
On Thursday 09 June 2005 01:00, [EMAIL PROTECTED] wrote:
> Installed from a CD using :
>
> WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine h:setup.exe
Why do you do this? What errors do you get otherwise?
Aside from the problem described in the thread "TMStubImpl_Invoke Does not
support i
On Fri, Jun 10, 2005 at 09:35:31AM +0200, René Rebe wrote:
> Hi all,
>
> wine d:\\setup.exe (from Naturally Speaking 7):
>
> err:ole:TMStubImpl_Invoke Does not support iface
> {be6115a1-7de5-48dc-ad2a-25060e00fce2}, returning 80004002
These messages are harmless and should be turned into WARN()
Hi all,
wine d:\\setup.exe (from Naturally Speaking 7):
err:ole:TMStubImpl_Invoke Does not support iface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, returning 80004002
err:ole:TMStubImpl_Invoke Does not support iface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, returning 80004002
err:ole:TMStubImpl_Invo
On Thu, Jun 09, 2005 at 09:37:59PM -0400, Ivan Gyurdiev wrote:
>
> > The thing is that Wine actually compiled for me (and apparently for
> > Alexandre as he doesn't commit the patches that doesn't compile) without
> > any warning or an error. A reason it didn't compile for you is a more
> > recent
40 matches
Mail list logo