Re: windows .dll files and linux
- From: "llothar" <llothar@xxxxxx>
- Date: 25 Mar 2007 16:39:44 -0700
On 22 Mrz., 08:53, "juicym...@xxxxxxxxxxxxxx"
<juicym...@xxxxxxxxxxxxxx> wrote:
hey everyone,
I'm currently using a program on windows which is really irritating
me. It consistes of an .exe file and several .dll files which
apparently do 'all the work'. I wanted to take the .dll files and,
using them, code up a version of this app for linux. The problem is
that I'm not sure of the ins and outs of the .dll files. Is there a
way to figure out the inputs and params of the functions in the .dll
files?
Thanks.
Normal DLL's don't have any information about parameter or types.
ActiveX DLL's have a type library.
.
- References:
- windows .dll files and linux
- From: juicymixx@xxxxxxxxxxxxxx
- windows .dll files and linux
- Prev by Date: Creating an hello world debian source package from scratch
- Next by Date: Re: test
- Previous by thread: Re: windows .dll files and linux
- Next by thread: Re: windows .dll files and linux
- Index(es):
Relevant Pages
|