[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cinvoke-dev] C/Invoke DLL
From: |
Will Weisser |
Subject: |
RE: [cinvoke-dev] C/Invoke DLL |
Date: |
Fri, 28 Jul 2006 19:06:39 -0500 |
Shmuel,
I've uploaded the file you requested to:
http://download.savannah.nongnu.org/releases/cinvoke/cinvoke-0.9-win32-x
86-dll.zip
Note that this file could be considered "untested", but we'll work on
having better Win32 compiler support in the next release. Thanks for
using C/Invoke, please help us out by reporting any bugs you find.
-W.W.
-----Original Message-----
From: Shmuel Zeigerman [mailto:address@hidden
Sent: Friday, July 28, 2006 4:29 PM
To: Will Weisser; address@hidden
Subject: Re: [cinvoke-dev] C/Invoke DLL
Will Weisser wrote:
> Presumably even if you had a .dll you would still need an import
> library, right? I'm not too familiar with using the GNU toolchain on
> Windows, so if this isn't how it works and just a bare .dll will work
> for you, I'd be happy to build one; otherwise if you tell me what
> compiler you're using maybe I could modify the source to build with
it.
>
I'm using:
a) MinGW port of the GNU toolchain, and
b) Borland C++ Builder.
Both of them can easily create import library from a DLL file
(each one in its own format). So I hope a bare .dll will do.
Thank you.
--
Shmuel