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: Link windows NT .lib

2000-07-11 Thread Arnaud . ATOCH
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 20:22 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Link windows NT .lib On Mon, 10 Jul 2000 [EMAIL PROTECTED] wrote: Hi, Sorry to ask for a maybe off-topic subject but : I got an old Windows NT 3.5 apps

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
cfmini(status); return status ; } -Original Message- From: Wilbur N. Dale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 11:09 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Link windows NT .lib On Mon, 10 Jul 2000, [EMAIL PROTECTED] wrot

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
, July 11, 2000 14:57 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Link windows NT .lib [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

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: 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,

Link windows NT .lib

2000-07-10 Thread Arnaud . ATOCH
Hi, Sorry to ask for a maybe off-topic subject but : I got an old Windows NT 3.5 apps which runs fine (perfect but no shell commands i.e. I can't do a !dir ). It was provided with a binary lib file (MSVC) , the header file and the API documention to wite C programs to perform specific tasks

Re: Link windows NT .lib

2000-07-10 Thread lawson_whitney
On Mon, 10 Jul 2000 [EMAIL PROTECTED] wrote: Hi, Sorry to ask for a maybe off-topic subject but : I got an old Windows NT 3.5 apps which runs fine (perfect but no shell commands i.e. I can't do a !dir ). It was provided with a binary lib file (MSVC) , the header file and the API