Re: Header files that conflict with UNIX headers

2000-10-28 Thread Francois Gouget
Hi, David Elliott wrote: [...] Are Winelib programs also supposed to use the wine CRTDLL? Yes and no. They need a C library (badly). Frankly I've never used 'crtdll.dll' and don't know it very well. All I know is that it seems very similar to a C library except I'm not sure who is

Re: GetProcAddress

2000-10-28 Thread Uwe Bonnes
[EMAIL PROTECTED] writes: Good day! I am trying to make a winelib rundll32, but I can not get GetProcAddress to return anything but (nil). I must be doing something even stupider than the stupid errors I have already fixed, but I can't see it. Maybe Hallo, in my understanding, winelib

Re: wine win4lin

2000-10-28 Thread Alexandre Julliard
robert w hall [EMAIL PROTECTED] writes: I keep seeing occasional reports that 'wine does not run... on a win4lin-enabled kernel'. Though this is contrary to my experience and sounds like finger-trouble, I wonder if anyone has any better/hard info?. I think the problem is that they changed

Debugger problem

2000-10-28 Thread Niclas Karlsson MATE
Hello. For quite some time I've been having problems attaching winedbg to a running process, for instance in the case of automatic invokation due to a crash. Direct invokation causes no problems and I also believe that my registry entries are all ok. My kernel is a standard 2.0.34 which

Re: wine win4lin

2000-10-28 Thread David Elliott
Jeremy White wrote: Actually, it's a fascinating problem - I've been bit by it, badly. Wine works fine with a Win4lin kernel, so long as you build it from source. If you try to take a binary built on a non Win4lin kernel, you get an unhandled exception when your app starts to run, with a

Re: wine win4lin

2000-10-28 Thread robert w hall
In message [EMAIL PROTECTED], David Elliott [EMAIL PROTECTED] writes Jeremy White wrote: Ah, so that explains why I haven't seen this problem then, because I always build from source. likewise Hmm, come to think of it, that'd make it kind of hard for me to make a wine package usable by anyone

Re: wine win4lin

2000-10-28 Thread Alexandre Julliard
robert w hall [EMAIL PROTECTED] writes: well the mods are in include/asm/segment.h I think and the double whammy is that people loading stock win4lin kernels DON'T get that updated . So even if they build WINE from source (but not their kernel) they're scuppered. No, Wine gets the value

Re: Header files that conflict with UNIX headers

2000-10-28 Thread George Boutwell
--- Francois Gouget [EMAIL PROTECTED] wrote: Yes and no. They need a C library (badly). Frankly I've never used 'crtdll.dll' and don't know it very well. All I know is that it seems very similar to a C library except I'm not sure who is supposed to use it. All the windows programs

Re: GetProcAddress

2000-10-28 Thread Ove Kaaven
On Sat, 28 Oct 2000 [EMAIL PROTECTED] wrote: I am trying to make a winelib rundll32, but I can not get GetProcAddress to return anything but (nil). I must be doing something even stupider than the stupid errors I have already fixed, but I can't see it. Maybe somebody who is really bored