"Andreas Rosenberg" <[EMAIL PROTECTED]> wrote:
> >From time to time I'm testing our application (IQ-FMEA) with Wine.
>
> Our GUI framework is checking the return codes of most API calls,
> so several incompatibilities between Windows and Wine are detected
> while many other programs simply ignore
i m very glad to know someone notice almost the same problem. as u said , i found the function open_builtin_exe_file called in some different callers, and in these callers all the variable file_exists uninitialized . so there r 2 methods to solve the problem . one is initialize all the va
David D. Hagood wrote:
Robert Shearman wrote:
David D. Hagood wrote:
Unless the installer is using TryEnterCriticalSection, I would expect
CPU utilisation to be 0% when deadlocking.
Yes, *once the deadlock occurs* the CPU drops to 0%. The issue (I
think) is more along the lines of t
Robert Shearman wrote:
David D. Hagood wrote:
Unless the installer is using TryEnterCriticalSection, I would expect
CPU utilisation to be 0% when deadlocking.
Yes, *once the deadlock occurs* the CPU drops to 0%. The issue (I think)
is more along the lines of this:
On fast CPU:
thread
Hi all
is there any interest in
wine-970720-1.i386.rpm
??
Richard A Lough
Hello.
Aric Cyr wrote:
>David D. Hagood aeroflex.com> writes:
>
>
>
>>Does the Windows version of Mozilla need to be in place for the Mozilla
>>Active X control to work, or is there a way to point the control at my
>>Linux install of Mozilla?
>>
>>
Mozilla ActiveX Control doesn't need any
Fix for Bug 3228 (make failed with: X11/Intrinsic.h not found)
Changelog:
Remove unused include (X11/IntrinsicP.h)
--
By By ...
... Detlef
Index: dlls/x11drv/winpos.c
===
RCS file: /home/wine/wine/dlls/x11drv/winpos.c,v
r
David D. Hagood wrote:
I may have a repeatable case of an error in locking critical sections,
so I'd like some pointers as to how to debug this.
The case occurs with the installer for Delorme Street Atlas 5 - on my
2GHz Athlon desktop it runs without a hitch, but on my oold slow
laptop (
Marinescu-Ghetau Iulian wrote:
Hi there,
Thanks alot for all the information, it helped me a great deal in
understanding the problem and trying to solve it!
I would like to ask you one more thing: if its not too much trouble
for you, could you have a look over the few lines i wrote at
"http:
On 11/30/05, Andrea Capiluppi <[EMAIL PROTECTED]> wrote:
> i'm involved in a study of the evolution of wine, based on its releases: so
> far i tried to collect what i could find on the web, but some of the earliest
> points i'm still missing: maybe somebody involved in the development of wine
> sti
Hi Markus,
On Wednesday 30 November 2005 12:46, Markus G�mmel wrote:
> begin 666 patch.diff
> M/R!P871C:"YD:69F"DEN9&5X.B!S:&5L;'!A=&@N8PH]/3T]/3T]/3T]/3T]
> M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
(snip)
Please don't uuencode your patches, but send them inline or as text/x-
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes:
...
Olaf> By the way... what is the difference between "retval" and "ret"?
Olaf> It sounds the same.
ret means the address of the piece of code calling the function
retval is the actual return value of the function returning to t
On 11/30/05, Tom Wickline <[EMAIL PROTECTED]> wrote:
> On 11/30/05, Aric Cyr <[EMAIL PROTECTED]> wrote:
> > David D. Hagood aeroflex.com> writes:
> >
> > >
> > > Does the Windows version of Mozilla need to be in place for the Mozilla
> > > Active X control to work, or is there a way to point the c
On Tue, 29 Nov 2005 17:37:21 +0100, you wrote:
>Rein Klazes <[EMAIL PROTECTED]> writes:
>
>> Not included in the new release, no comments. Is there a problem with
>> this one ?
>
>I think it would be cleaner to have WineEngGetFontData do the right
>thing directly, instead of calling it twice.
My
Hi All,
I am having a
windows application that uses a Third Party DLL (let me call is at
First.dll ), which uses internally another 3rd party DLL (let me call
this as Second.dll).
I am not having the equivalant .so files in the Linux version.
If I want to use my
applica
hello all
i'm sorry if this is a bit off topic...
i'm involved in a study of the evolution of wine, based on its releases: so
far i tried to collect what i could find on the web, but some of the earliest
points i'm still missing: maybe somebody involved in the development of wine
still has the
Hi there,
Thanks alot for all the information, it helped me a great deal in
understanding the problem and trying to solve it!
I would like to ask you one more thing: if its not too much trouble for you,
could you have a look over the few lines i wrote at
"http://bugs.winehq.org/show_bug.cgi?id
Hi Michael,
> You probably should add CSIDL_MY[MUSIC|VIDEO|PICTURES] to the 'folders'
> array
> in shellpath.c's _SHRegisterUserShellFolders function. This would generate
> the appropriate registry entries. With the current implementation those
> would
> all point to the user's home directory. I
On 11/30/05, Christian Gmeiner
<[EMAIL PROTECTED]> wrote:
>
> Can somebody give me some links or maybe a litte source to make such a test?
>
If you search through the wine-cvs mailing list and a little of
wine-devel for DllCanUnloadNow, you should find many examples of how
to do this.
--
James Ha
Hello Juan,
>> Can anybody tell me why "Desktop" is set to Z: instead of set
>> to "c:\windows\profiles\mgoemmel\Desktop"?
>
> Because this (z:\home\mgoemmel\Desktop) is the location of your Linux
> desktop. If you save stuff to "Desktop," you expect it to appear there,
> yes?
Ah, yes, now I und
On 11/30/05, Aric Cyr <[EMAIL PROTECTED]> wrote:
> David D. Hagood aeroflex.com> writes:
>
> >
> > Does the Windows version of Mozilla need to be in place for the Mozilla
> > Active X control to work, or is there a way to point the control at my
> > Linux install of Mozilla?
> >
> >
>
> Yup, you'l
David D. Hagood aeroflex.com> writes:
>
> Does the Windows version of Mozilla need to be in place for the Mozilla
> Active X control to work, or is there a way to point the control at my
> Linux install of Mozilla?
>
>
Yup, you'll need to install a win32 version of mozilla. There is a dece
I may have a repeatable case of an error in locking critical sections,
so I'd like some pointers as to how to debug this.
The case occurs with the installer for Delorme Street Atlas 5 - on my
2GHz Athlon desktop it runs without a hitch, but on my oold slow
laptop (how old is it? It's s
Thanks,
I will split it into three parts and send them separately into wine-patches:
* Fix for the RGB mask
* Fix for the monochrome bitmap with inverted colors
* Remove the identity color map settings for monochrome bitmaps as it is
needed for the previous fix
Is it ok?
Oldrich.
Dne Wednesda
Oldrich Jedlicka <[EMAIL PROTECTED]> writes:
> Hi all,
>
> again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to
> wine-patches (still not in CVS).
>
> The problem with monochrome bitmaps with inverted colors was discovered in
> game "Neighbours from Hell". I tested the patch
Hi all,
again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to
wine-patches (still not in CVS).
The problem with monochrome bitmaps with inverted colors was discovered in
game "Neighbours from Hell". I tested the patch with simulated inverted
colors monochrome bitmap and it
James Hawkins <[EMAIL PROTECTED]> writes:
> Index: dlls/gdi/tests/gdiobj.c
> ===
> RCS file: /home/wine/wine/dlls/gdi/tests/gdiobj.c,v
> retrieving revision 1.10
> diff -u -p -r1.10 gdiobj.c
> --- dlls/gdi/tests/gdiobj.c 26 Oct 2005
> On Wed, Nov 30, 2005 at 07:56:54AM +0100, Roderick Colenbrander wrote:
> > The way I would recommend for pci bus scanning is to parse
> > /proc/bus/pci/devices the only problem is that this is linux specific.
> > Something similar can be done on other OSes though. Another way which is
> > more p
Eric Pouech <[EMAIL PROTECTED]> writes:
> ChangeLog:
> - implemented StackWalk64 (reusing StackWalk)
You should really reuse it, not just duplicate such a big chunk of
code.
--
Alexandre Julliard
[EMAIL PROTECTED]
Hi all.
I want to start coding for wine and therefore i have wirtten my first
patch to add DllCanUnloadNow
to msi.
Now i need to test my patch. I have got the hint that i must create a
COM object that msi.dll provides.
Then the following must happen:
try calling DllCanUnloadNow, and it should
On Wednesday 30 November 2005 04:08, Aric Cyr wrote:
> Raphael club-internet.fr> writes:
> > On Tuesday 29 November 2005 22:46, L. Lenders wrote:
> > > Just for the info: after some digging i found a quick
> > > hack to get rid of the error: comment line 208 in
> > > dlls/x11drv/opengl.c:
> > >
>
31 matches
Mail list logo