Re: How to use a windows dll in linux

2006-09-04 Thread Jakob Eriksson
[EMAIL PROTECTED] wrote: Thanks for the helpful replies. I have been working on the Winelib approach suggested by Jeremy. As my first step I wanted to get a windows console application to compile and run anyway. I now have an executable that runs and calls functions in the windows dll, b

Re: How to use a windows dll in linux

2006-09-02 Thread mesmith . 18885136
Thanks for the helpful replies. I have been working on the Winelib approach suggested by Jeremy. As my first step I wanted to get a windows console application to compile and run anyway. I now have an executable that runs and calls functions in the windows dll, but it does not work correctly

Re: How to use a windows dll in linux

2006-08-31 Thread Troy Rollo
On Friday 01 September 2006 03:52, Jeremy White wrote: > Dan Kegel wrote: > > On 8/30/06, Mark Smith <[EMAIL PROTECTED]> wrote: > >> I have a windows dll and header files. I want to make a library that I > >> can link to and use on linux. What are the steps required to do this? > > > > Sorry, you

Re: How to use a windows dll in linux

2006-08-31 Thread Jeremy White
Dan Kegel wrote: > On 8/30/06, Mark Smith <[EMAIL PROTECTED]> wrote: > >> I know this question has been asked many times, but I cannot find enough >> information to solve the problem. >> >> I have a windows dll and header files. I want to make a library that I >> can link to and use on linux. What

Re: How to use a windows dll in linux

2006-08-31 Thread Dan Kegel
On 8/30/06, Mark Smith <[EMAIL PROTECTED]> wrote: I know this question has been asked many times, but I cannot find enough information to solve the problem. I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this

How to use a windows dll in linux

2006-08-31 Thread Mark Smith
I know this question has been asked many times, but I cannot find enough information to solve the problem. I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this? I have used winedump to generate a .spec file