Problems running wine.

2000-07-11 Thread Mo DeJong
Hi all. I have been trying to get the CVS version of wine up and running but I am having no luck. When I try to run my program under wine, I get an error like this: trace:heap:HeapAlloc (4041,0002,0018): returning 40413414 warn:thread:THREAD_InitStack Thread stack size is 32 MB.

Re: Link windows NT .lib

2000-07-11 Thread Andreas Mohr
Hello ! On Tue, Jul 11, 2000 at 09:23:28AM +0200, [EMAIL PROTECTED] wrote: Not exactly. YES, exactly. At least according to your description below. I got a chli.lib (NT) , a chli.h , a chli.dll (NT) and the API documentation. I used to link the lib to my C programs with MSVC under NT.

Re: Link windows NT .lib

2000-07-11 Thread Ove Kaaven
On Tue, 11 Jul 2000, Andreas Mohr wrote: On Tue, Jul 11, 2000 at 09:23:28AM +0200, [EMAIL PROTECTED] wrote: I got a chli.lib (NT) , a chli.h , a chli.dll (NT) and the API documentation. I used to link the lib to my C programs with MSVC under NT. I'm wondering how to link the

Re: HOWTO-winelib update

2000-07-11 Thread Wilbur N. Dale
On Mon, 10 Jul 2000, John R . Sheets wrote: [snip] My personal take is that none of the above files should be included. After all, the WineLib examples are targeted for developers, who should be able to install autoconf and libtool (and automake?). They are usually installed as part of a

RE: Link windows NT .lib

2000-07-11 Thread Arnaud . ATOCH
Not exactly. I got a chli.lib (NT) , a chli.h , a chli.dll (NT) and the API documentation. I used to link the lib to my C programs with MSVC under NT. I'm wondering how to link the lib file with GCC under Linux so calls to the DLL work under Linux. Thanks. -Original Message- From:

Re: Civ 2

2000-07-11 Thread Caolan McNamara
On Mon, 10 Jul 2000, Brad Pepers wrote: Well in my continued quest to get Civilization 2 working on Linux and Wine, I thought I'd ask some questions on the latest debug output I've got. I've noticed that Civ2 as its dieing is trying to post an error message box and I also noticed that at

Re: Link windows NT .lib

2000-07-11 Thread Bertho Stultiens
Ove Kaaven wrote: I'm wondering how to link the lib file with GCC under Linux so calls to the DLL work under Linux. This is EXACTLY what Winelib is supposed to do. Perhaps Winelib could use a "wine-implib" tool or something... or is such a tool already in the dllglue stuff that's part

Re: Link windows NT .lib

2000-07-11 Thread Wilbur N. Dale
On Mon, 10 Jul 2000, [EMAIL PROTECTED] wrote: On Mon, 10 Jul 2000 [EMAIL PROTECTED] wrote: [snip] I was wondering if I could drop NT platform to use Linux with Wine. The only point left without an answer is how to link the MS lib with GCC under Linux. [snip] [snip] Let's see if I

RE: Link windows NT .lib

2000-07-11 Thread Arnaud . ATOCH
Here is what I got so far trying to link. [atoch@linux00 code]$ gcc -lm -ldl -L/usr/src/wine/dlls -L. -L/usr/src/wine -lwine -lncurses -lutil chli.dll test.o -o test chli.dll: file not recognized: File format not recognized collect2: ld returned 1 exit status [atoch@linux00 code]$ gcc -lm -ldl

Re: Link windows NT .lib

2000-07-11 Thread Ove Kaaven
On Tue, 11 Jul 2000, Bertho Stultiens wrote: Ove Kaaven wrote: I'm wondering how to link the lib file with GCC under Linux so calls to the DLL work under Linux. This is EXACTLY what Winelib is supposed to do. Perhaps Winelib could use a "wine-implib" tool or something... or is

RE: Link windows NT .lib

2000-07-11 Thread Uwe Bonnes
[EMAIL PROTECTED] writes: Here is what I got so far trying to link. Hallo, I too want to join the discussion... It still isn't said, what the library functions deliver. Do those library functions call other windows functions or not? If those functions are self sufficent, "all" you need to do

RE: Link windows NT .lib

2000-07-11 Thread Arnaud . ATOCH
The library is self sufficient. Anyone knowing a linker able to link NT DLL to a Linux glib2.1 executable ? -Original Message- From: Uwe Bonnes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 14:40 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Link windows NT .lib

RE: Link windows NT .lib

2000-07-11 Thread Uwe Bonnes
[EMAIL PROTECTED] writes: The library is self sufficient. Anyone knowing a linker able to link NT DLL to a Linux glib2.1 executable ? Perhaps ask on the Mingw (http://www.eGroups.com/messages/mingw32/) and cygwin mailing list too. Bye Uwe Bonnes[EMAIL PROTECTED] Institut

RE: Link windows NT .lib

2000-07-11 Thread Arnaud . ATOCH
How do you proceed when wine call native DLLs like gdi32.dll ? How wine is linked so it nows how to call functions in gdi32.dll ? Couldn't I use the same for my linux program be able to call chli.dll exports ? -Original Message- From: Uwe Bonnes [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Link windows NT .lib

2000-07-11 Thread Uwe Bonnes
[EMAIL PROTECTED] writes: How do you proceed when wine call native DLLs like gdi32.dll ? How wine is linked so it nows how to call functions in gdi32.dll ? Couldn't I use the same for my linux program be able to call chli.dll exports ? Hallo, as you told in a previous posting, those

Re: wine.conf graphical front-end development

2000-07-11 Thread Francois Jacques
Hi Martin, A few ideas thrown in... 1. you can choose if you want to generate new or edit existing wine.conf file. Generating new wine.conf would have default value? The generated wine.conf should have comments in it... 2. choose a location of your wine.conf file hmmm... that depends

Re: wine.conf graphical front-end development

2000-07-11 Thread Martin Pilka
hello petr! Now, it would be nice to find some way, how to make this utility "cross-desktop". What do I mean? Consider this: many people will use GNOME / KDE / Corel-desktop (How is it called?) or bare X with wine (and possibly something like "wine-desktop" ... maybe). I absolutelly

Re: wine.conf graphical front-end development

2000-07-11 Thread Martin Pilka
hello francois! 1. you can choose if you want to generate new or edit existing wine.conf file. Generating new wine.conf would have default value? The generated wine.conf should have comments in it... right, i meant something like that 2. choose a location of your wine.conf file

Re: Link windows NT .lib

2000-07-11 Thread Eric Pouech
Uwe Bonnes wrote: [EMAIL PROTECTED] writes: How do you proceed when wine call native DLLs like gdi32.dll ? How wine is linked so it nows how to call functions in gdi32.dll ? Couldn't I use the same for my linux program be able to call chli.dll exports ? from your small test program,

WINE fix needed - $ paid

2000-07-11 Thread Jim Freeman
Anyone available/willing to do little snippets of quick-turnaround WINE contract work? Initially, I'd like to pay someone $US300 to write a technical analysis of what WINE lacks that keeps http://www.ldscatalog.com/sggifs/download/PafSetup.exe (both the setup program and the program

DEADLOCK/ race conditition

2000-07-11 Thread Fowler
Hi ppl I'm getting the deadlock with WaitForSingleObject() as described in the deadlock thread. The strange thing is that maybe 1 out of 10 times trying to run this app it actually gets further.Maybe theres some kind of race conditiion going on here? I've managed to log it as it gets

kernel security patch

2000-07-11 Thread gerard patel
This is a follow-up on the thread on cemw 'Wine with ASS won't run stripped binaries' (see below) With a 'kernel security patch', the default load address for modules seems to be moved to 11 address, to get the Wine modules in the way of the Win32 normal load address (40) and

Re: wine.conf graphical front-end development

2000-07-11 Thread Jeremy White
What will be the license of this tool ? How will it be distributed/maintained ? joketroll Why, GPL, of course. /troll/joke It will be released under the Wine license, and hopefully will be part of the mainline Wine tree.

Re: kernel security patch

2000-07-11 Thread Alexandre Julliard
gerard patel [EMAIL PROTECTED] writes: I have the following questions for the Linux specialists out there. 1) what are the chances of this patch to become the default in some near future ? Very small IMO. 2) what could be the best way to solve such problem : - if a PE module where

Debugging question for MathType

2000-07-11 Thread Jim Shepherd
I am in the process of trying to get MathType for Windows 4.0 running under wine. Before the app displays, it seems to get caught in an infinite loop. Here are what I believe to be the relevant lines: ... Call advapi32.227: RegOpenKeyExA(8001,40f42d90 "Software\\Design

Re: wine.conf graphical front-end development

2000-07-11 Thread Ove Kaaven
On Mon, 10 Jul 2000, Martin Pilka wrote: i'm working on graphical front-end for wine.conf file. You're of course already aware of the existing (but abandoned) TkWine project, which it'd be nice to build on? Perhaps it'd also be nice if it was possible to use this in conjunction with

Re: kernel security patch

2000-07-11 Thread Ove Kaaven
On Tue, 11 Jul 2000, gerard patel wrote: I have the following questions for the Linux specialists out there. 1) what are the chances of this patch to become the default in some near future ? Slim if we complain? 2) what could be the best way to solve such problem : - if a PE module