Re: wine native linux executable /

2004-04-09 Thread Dimitrie O. Paun
On April 9, 2004 5:58 am, Arne Gellhaus wrote: > >Yes you can. This BW is a very good reason to have a Winelib application. > > Is there some documentation available? I tried to compile my application Yes, the Winelib User Guide, but unfortunately (large) parts of it are currently obsolete. > wit

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
At the time those projects ripped small parts from wine to be able to load native dlls. Further there are also some other hacks to use wine as a shared libarary (mono stuff for example) and not too ago there was some other hack. All these patches are not meant for all types of useage. Useally

Re: wine native linux executable /

2004-04-09 Thread Arne Gellhaus
Roderick Colenbrander wrote: What I think was being asked if you could use Winelib to build a native linux application that just uses wine for libraries (similar to gtk and other libs). In the case of wine your executable becomes a library which needs to be run by wine. Further you need other wi

Re: Regression

2004-04-09 Thread Henk Poley
Ivan Leo Murray-Smith wrote: >> Tried to install on an updated (like 45 min old) CVS version to test it, >> seems to get in an endless loop here. > Alexandre committed a fix > http://www.winehq.com/hypermail/wine-cvs/2004/04/0095.html > Everything seems OK again, and hopefully will stay so. Upda

Re: Serial Port Problem

2004-04-09 Thread Juergen Veith
> I already posted this on gmane.comp.emulators.wine.user > but didn't get a response, maybe I have more luck here. > > I'm running wine-20040309 on a SuSE 8.2 system and trying > to get Keil µVision2 Evaluation Version (Integrated Development Connecting to a Motorola microcontroller I also have

Re: Re: inheriting exec-shield avoidance

2004-04-09 Thread chmorgan
Any idea when the kernel and wine changes will be going in? Then we can start asking people with Fedora to disable exec-shield and prelinking OR upgrade to kernel 2.6.X and the latest wine. There are people everyday that come onto #winehq with problems due to prelinking/exec-shield. Thanks, C

Re: Security bug in ShellExecuteEx()

2004-04-09 Thread Martin Fuchs
On 09.04.2004 17:15:49 Francois Gouget wrote: > Well, it's actually worst than that. Just before we have this code: > > if (wszCommandline[0]) { > strcatW(wszApplicationName, wSpace); > strcatW(wszApplicationName, wszCommandline); > } > ... > /* Else, try to find t

Re: Security bug in ShellExecuteEx()

2004-04-09 Thread Francois Gouget
Hi Micheal, Michael Stefaniuc wrote: Hello, On Fri, Apr 09, 2004 at 02:14:10AM +0200, Francois Gouget wrote: Index: dlls/shell32/shlexec.c === RCS file: /var/cvs/wine/dlls/shell32/shlexec.c,v retrieving revision 1.40 diff -u -r1.40

Wine-20040408 Compile Bug

2004-04-09 Thread [EMAIL PROTECTED]
Had a problem compiling this latest version on my Dell Latitude laptop... here is the exact make error; gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -DBINDIR="\"/usr/local/bin\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasin

Re: wine native linux executable /

2004-04-09 Thread Paul Davis
>What I think was being asked if you could use Winelib to build a native >linux application >that just uses wine for libraries (similar to gtk and other libs). In the >case of wine your >executable becomes a library which needs to be run by wine. Further you need >other wine >stuff (registry set

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
What I think was being asked if you could use Winelib to build a native linux application that just uses wine for libraries (similar to gtk and other libs). In the case of wine your executable becomes a library which needs to be run by wine. Further you need other wine stuff (registry settings,

RE: CryptoAPI

2004-04-09 Thread Robert Shearman
Juan Lang wrote: > > Hi Robert, > > Robert wrote: > > It depends on which part you are trying to > implement. > > For the Certificate Store functions I would > recommend > > implementing the "OID support functions" first, > > I was taking a look at implementing the certificate > store functions, an

Re: wine native linux executable /

2004-04-09 Thread Uwe Bonnes
> "Roderick" == Roderick Colenbrander <[EMAIL PROTECTED]> writes: Roderick> Hi, Not everyone calls an application build with Winelib a Roderick> native linux executable as you need Wine to run it. You can't Roderick> use wine stuff outside wine like you can do with normal Roder

Re: Security bug in ShellExecuteEx()

2004-04-09 Thread Michael Stefaniuc
Hello, On Fri, Apr 09, 2004 at 02:14:10AM +0200, Francois Gouget wrote: > Index: dlls/shell32/shlexec.c > === > RCS file: /var/cvs/wine/dlls/shell32/shlexec.c,v > retrieving revision 1.40 > diff -u -r1.40 shlexec.c > --- a/dlls/shell3

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
Hi, Not everyone calls an application build with Winelib a native linux executable as you need Wine to run it. You can't use wine stuff outside wine like you can do with normal libraries. Roderick Colenbrander > Dimitrie O. Paun wrote: > > >On Thu, 8 Apr 2004, Arne Gellhaus wrote: > >

Re: inheriting exec-shield avoidance

2004-04-09 Thread Mike Hearn
On Thu, 08 Apr 2004 15:10:35 -0400, Dimitrie O. Paun wrote: > Cool. One small nit: for consistency, can we name it wineld instead? > Or is it winepreld more apropriate? I'm thinking that wineld will > seem to be the counterpart of winegcc... In the tree I'm working on it'll be called wineclient, a

Re: CryptoAPI

2004-04-09 Thread dataphile
I read in one of the list archives that someone was working on implementing CryptoAPI functionality via libgcrypt on the backend. Anyone have any more info on this?

Re: wine native linux executable /

2004-04-09 Thread Arne Gellhaus
Dimitrie O. Paun wrote: On Thu, 8 Apr 2004, Arne Gellhaus wrote: 1. Is it possible to compile a native linux executable with winelib and use winapi functions like LoadLibrary() and GetProcAddress()? I made my buildsystem with winemaker. Yes you can. This BW is a very good reason to have

Re: wine/dlls/msvcrt math.c

2004-04-09 Thread Hans Leidekker
On Thursday 08 April 2004 21:49, Alexandre Julliard wrote: > Modified files: > dlls/msvcrt    : math.c > > Log message: > Portability fix. > > Patch: http://cvs.winehq.org/patch.py?id=11915 This isn't needed anymore. MinGW has accepted my patch that adds the defines to their heade

Re: ShellExecute IE compatibility problems

2004-04-09 Thread Martin Fuchs
On 09.04.2004 02:03:37 Francois Gouget wrote: > > This patch fixes two IE compatibility problems. > > The first one is a mundane issue. IE calls ShellExecuteEx with a NULL > verb. Our implementation fails when it should use some sophisticated > algorithm described in the MSDN to choose a defaul

Re: Workaround a SoundBlaster 16 OSS bug

2004-04-09 Thread Lionel Ulmer
> On Fri, Apr 09, 2004 at 02:27:19AM +0200, Francois Gouget wrote: > > Note: AFAIK Andreas' kernel patch has never been applied :-( > In fact it has been, fortunately, just about two weeks ago... > By Andreas Kies in 2.4.26-pre3. Was it the patch exactly the way you did it ? From what I remember f