Re: Native Dll x Built-in Dll - why everything doesn't work with native dlls

2003-11-12 Thread Marcelo Duarte
I have notified a recent regression in loading native dlls from database programs like VFP3. I believe that VB work the same way. - Original Message - From: "Uwe Bonnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 3:27 PM Subject: Re: Native Dll x Built-i

Re: Zombies (was : Conformance tests...)

2003-11-12 Thread Sami Aario
> My kernel is the Debian sarge default kernel, 2.2.20. I get zero zombies. Oops, should be Debian woody.

Re: Zombies (was : Conformance tests...)

2003-11-12 Thread Sami Aario
From: "Paul Millar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Sami Aario" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 12:56 PM Subject: Re: Zombies (was : Conformance tests...) > Looks suspiciously like the 2.6.0-test8 kernel is to blame. To confirm > this, I r

Re: Zombies (was : Conformance tests...)

2003-11-12 Thread Sami Aario
From: "Sylvain Petreolle" <[EMAIL PROTECTED]> To: "Paul Millar" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Sami Aario" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 08, 2003 3:17 PM Subject: Zombies (was : Conformance tests...) > Paul, Sami, (and perhaps others), > could you

Re: declare some missing string functions

2003-11-12 Thread Alexandre Julliard
Martin Fuchs <[EMAIL PROTECTED]> writes: > Changelog: > declare functions _strlwr(), _wcslwr(), and macros _tcsnicmp and _tcsicoll for > use of Winelib apps This is wrong, _strlwr and _wcslwr are already defined in string.h where they should be, and _tcsnicmp and _tcsicoll are already defined in

Re: int21 handling

2003-11-12 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > I'd suggest changing the oem_files_api to a krnl_file_api_codepage (or > something like this) which would be set to either CP_ANSI or CP_OEM > and use this variable in most of file related A functions (instead of > our current CP_ANSI). Then we would set O

Re: PATCH: handle non aligned mmaps of sections

2003-11-12 Thread Marcus Meissner
On Wed, Nov 12, 2003 at 08:38:03AM -0800, Steven Edwards wrote: > --- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > I don't think it makes sense to use the normal mapping code for such > > files, we should really have a separate loader for the NT kernel > > stuff > > (which can of course re-use

Re: [ros-kernel] Re: suggestion: Get native uxtheme and native common controlls working on WINE and ReactOS

2003-11-12 Thread KJK::Hyperion
At 17.20 12/11/2003, Steven Edwards wrote: We have a uxtheme.dll that is being developed in ReactOS cvs also that supports loading native WinXP themes ha! I wish. Nope, mine is a complementary effort. It's a fake UxTheme API that actually draws in the classic Windows style, to make the future tr

Re: int21 handling

2003-11-12 Thread Eric Pouech
Use wide characters and manual wide character conversions. DOS routines use OEM code page and not ANSI code page and Wine uses wide characters as default character set, anyway. Regarding this part, I think we'd better rely for int21 support to the SetFileApisToOEM and SetFileApisToANSI APIs (and or

Re: PATCH: dlls/wineps/type42.c

2003-11-12 Thread Gerald Pfeifer
On Tue, 11 Nov 2003, Alexandre Julliard wrote: >> type42.c: In function `T42_download_header': >> type42.c:269: warning: int format, DWORD arg (arg 3) >> type42.c:269: warning: int format, DWORD arg (arg 4) > The patch is of course OK, but it makes no difference to the > functionality, int an

Wine 20031016 "Wingdings" font encoding problem?

2003-11-12 Thread Parzival Herzog
I have wine-20031016 built from source installed on Mandrake 9.1 Programs that had displayed certain characters from the Windows "Wingdings" font, now display the box that signifies that the character code is not present in the font. With the standard wine (20030315) installed with Mandrake, th

Re: wrc doesn't seem to accept -r option,even though it is automatically generated by make file

2003-11-12 Thread Gregory M. Turner
On Tuesday 11 November 2003 01:22 pm, Parzival Herzog wrote: > On November 11, 2003 11:39, Ivan Leo Murray-Smith wrote: > > I don't know how to solve your problem, but it would be a good idea if > > you just installed > > the latest CVS version. > > > > I' just too inexperienced and too isolated

wine 20031016 installed from source: no winebuild

2003-11-12 Thread Parzival Herzog
I had earliler experienced some problems with my Mandrake 9.1 installation of wine, when trying to use the wine libraries. I have now done the following: installed wine-20031016-mdk.i586.rpm My binary programs seemed to run fine, (except for a font problem described in a separate post). Sinc

Re: Wintab32 - Tablet support - VBtablet & wintab working for Dogwaffle?

2003-11-12 Thread Philip Staiger
I too would be very interested in knowing what's happening with wintab32 under wine - is it usable? How about in conjunction with VBtablet from www.greenreaper.co.uk ? He has a small test program there which reports pressure, angle etc you might want to see if that works. Does somebody on th

Re: PATCH: handle non aligned mmaps of sections

2003-11-12 Thread Marcus Meissner
On Wed, Nov 12, 2003 at 05:59:31PM +0100, Uwe Bonnes wrote: > > "Steven" == Steven Edwards <[EMAIL PROTECTED]> writes: > > Steven> --- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > >> I don't think it makes sense to use the normal mapping code for such > >> files, we should reall

Re: Native Dll x Built-in Dll - why everything doesn't work with native dlls

2003-11-12 Thread Uwe Bonnes
> "Leonardo" == Leonardo Luiz Padovani da Mata <[EMAIL PROTECTED]> writes: Leonardo> Hello all!! My name is Leonardo, and i'm working in a project Leonardo> that will migrate thousands of windows NT4 machines to Linux. Leonardo> In this project we will do some wine impplementation

Native Dll x Built-in Dll - why everything doesn't work with native dlls

2003-11-12 Thread Leonardo Luiz Padovani da Mata
Hello all!! My name is Leonardo, and i'm working in a project that will migrate thousands of windows NT4 machines to Linux. In this project we will do some wine impplementations, if needed. The apps that we are testing is some VB6/5 apps and DataBase client apps. None of the apps executed correct

Re: PATCH: handle non aligned mmaps of sections

2003-11-12 Thread Uwe Bonnes
> "Steven" == Steven Edwards <[EMAIL PROTECTED]> writes: Steven> --- Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> I don't think it makes sense to use the normal mapping code for such >> files, we should really have a separate loader for the NT kernel >> stuff (which can of

Re: PATCH: handle non aligned mmaps of sections

2003-11-12 Thread Steven Edwards
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > I don't think it makes sense to use the normal mapping code for such > files, we should really have a separate loader for the NT kernel > stuff > (which can of course re-use some lower level functions of the current > loader). Do we also create a

Re: suggestion: Get native uxtheme and native common controlls working on WINE and ReactOS

2003-11-12 Thread Steven Edwards
Hello Kevin, --- Kevin Koltzau <[EMAIL PROTECTED]> wrote: > It is not possible to get native uxtheme from an XP installation > working under > wine. > However I am currently working on a uxtheme.dll implementation for > wine that > will support loading native WinXP themes, which when finished I'm

Re: Make failed, something about D3D8 & D3Dcore...

2003-11-12 Thread Thomas Brix Larsen
ons, 2003-11-12 kl. 15:30 skrev Vincent Béron: > Le mer 12/11/2003 à 09:19, Thomas Brix Larsen a écrit : > > Hi Raphael, > > > > glx.h is mesa 3.2 > > glext.h is SGI 1.2.1 > > > > Hmm... It seems I'm using very old headers... > > I'm using the newest NVIDIA "driver". > > When you install the NVI

Re: Make failed, something about D3D8 & D3Dcore...

2003-11-12 Thread Vincent Béron
Le mer 12/11/2003 à 09:19, Thomas Brix Larsen a écrit : > Hi Raphael, > > glx.h is mesa 3.2 > glext.h is SGI 1.2.1 > > Hmm... It seems I'm using very old headers... > I'm using the newest NVIDIA "driver". When you install the NVIDIA driver, there's an option to install development headers at the

Re: fcvt

2003-11-12 Thread flyker
Uwe Bonnes wrote: "flyker" == flyker <[EMAIL PROTECTED]> writes: flyker> Function fcvt incorrect. example: int dec, sign; printf("%s\n", flyker> fcvt(1.12, 2, &dec, &sign)); flyker> result: 1.12e+00 flyker> but need: 112 In what way does that behaviour hurt you(r appli

Re: Make failed, something about D3D8 & D3Dcore...

2003-11-12 Thread Thomas Brix Larsen
Hi Raphael, glx.h is mesa 3.2 glext.h is SGI 1.2.1 Hmm... It seems I'm using very old headers... I'm using the newest NVIDIA "driver". I will try to find some newer headers. Greetings, --Thomas _ My worst enemy gave me a copy of Windows...

Re: fcvt

2003-11-12 Thread Uwe Bonnes
> "flyker" == flyker <[EMAIL PROTECTED]> writes: flyker> Function fcvt incorrect. example: int dec, sign; printf("%s\n", flyker> fcvt(1.12, 2, &dec, &sign)); flyker> result: 1.12e+00 flyker> but need: 112 In what way does that behaviour hurt you(r application)? Bye -- Uw

fcvt

2003-11-12 Thread flyker
Function fcvt incorrect. example: int dec, sign; printf("%s\n", fcvt(1.12, 2, &dec, &sign)); result: 1.12e+00 but need: 112

listview advice needed.

2003-11-12 Thread Rein Klazes
Hi, Agent 2.0 beta crashes on listview related code, and requires native comctl32 to run. Here is a cut from a +relay,+message,+listview trace: | trace:message:SPY_ExitMessage (0x1004b) L"{SysListView32}" message [1004] LVM_GETITEMCOUNT returned | 0009:Ret user32.SendMessageA()

Re: how to search several PE files to see if any of them import a particular function?

2003-11-12 Thread Vincent Béron
Le mer 12/11/2003 à 08:00, Jonathan Wilson a écrit : > Is there a way to do this? > > I want to use it on various PE files (DLLs, EXEs etc) to see if any of them > import some of the functions for which I dont yet have a prototype :) winedump can tell you which APIs a file imports and exports. S

how to search several PE files to see if any of them import a particular function?

2003-11-12 Thread Jonathan Wilson
Is there a way to do this? I want to use it on various PE files (DLLs, EXEs etc) to see if any of them import some of the functions for which I dont yet have a prototype :)

Re: Wintab32 - Tablet support

2003-11-12 Thread Robert Shearman
> Hi, > > This is more a question for the developers Should have posted to wine-devel then :) Doing so now. > A couple of months ago there was a patch from Aric Stewart that added > support for graphics tablets in wine. However I have not heard anything > about it since. Is anybody still w

Re: Netmeeting under Wine

2003-11-12 Thread Jérôme Bouat
This is an off topic question. You may ask it to the "[EMAIL PROTECTED]" list. Le mer 12/11/2003 à 10:06, David Martinez Prado a écrit : > Hi! it's my firts time runing wine. I want to execute Netmeeting under Wine > but i can. Can anybody help me please? > > Regards, DAVID > >

Netmeeting under Wine

2003-11-12 Thread David Martinez Prado
Hi! it's my firts time runing wine. I want to execute Netmeeting under Wine but i can. Can anybody help me please? Regards, DAVID _ Localiza y ponte en contacto con tus antiguos compañeros de clase en MSN Compañeros. http://mipasa

(no subject)

2003-11-12 Thread David Martinez Prado
_ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/es

Re: asm help

2003-11-12 Thread flyker
> BOOL WINAPI > _InitCommonControlsEx(WINGS_INITCOMMONCONTROLSEX* lpInitCtrls) > { > if(!dwLPA_InitCommonControlsEx) > { >return FALSE; > } else { >return dwLPA_InitCommonControlsEx(lpInitCtrls); > } > } > > > The "jmp" is an optimization step, where the new function is called with

RE: I/O Completion Ports Implementation

2003-11-12 Thread Robert Shearman
> -Original Message- > From: Alexandre Julliard [mailto:[EMAIL PROTECTED] > Sent: 12 November 2003 00:45 > To: Robert Shearman > Cc: [EMAIL PROTECTED] > Subject: Re: I/O Completion Ports Implementation > > "Robert Shearman" <[EMAIL PROTECTED]> writes: > > > Maybe it's a bit of a hack, but I

RE: wine/ tools/wineinstall loader/Makefile.in loa ...

2003-11-12 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Alexandre Julliard > Sent: 12 November 2003 03:28 > To: [EMAIL PROTECTED] > Subject: wine/ tools/wineinstall loader/Makefile.in loa ... > > Log message: > Added a wine-glibc binary that detects the

Re: Usage of FAR in libraries

2003-11-12 Thread André Johansen
* Vincent Béron wrote: | This prevents proper compilation on Fedora Core 1 for now (when openssl | is used), because the krb5 includes use FAR. This is the same as I filed in bz a couple of days ago; please close that report when a "proper" fix is done ;-) For now I use the same type of workaroun