Re: Dll using symbols of the executable
From: Jerry Coffin (jcoffin_at_taeus.us)
Date: 09/11/04
- Next message: Doug Harrison [MVP]: "Re: Multithreading and static object initialisation."
- Previous message: Jerry Coffin: "Re: Multithreading and static object initialisation."
- In reply to: Philip Lawatsch: "Dll using symbols of the executable"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 08:45:01 -0600
In article <413f63cc$1@e-post.inode.at>, philip@waug.at says...
> Hi,
>
>
> I'm trying to port a Linux application to Windows but I'm running into
> some problems regarding the use of dlls.
>
>
> This project has a lot of shared libs on linux (these are plugins) and
> the executable is linked in a special way so it exports its own symbols.
> Now the shared libs can use symbols from the executable and vice versa.
>
>
> Is this also possible on Windows?
Yes. Take a look at:
http://www.google.com/groups?selm=MPG.13b43cc091250b9298996e%
40news.mindspring.com
for a short tutorial on one way to build the DLL and executable in
this situation.
--
Later,
Jerry.
The universe is a figment of its own imagination.
- Next message: Doug Harrison [MVP]: "Re: Multithreading and static object initialisation."
- Previous message: Jerry Coffin: "Re: Multithreading and static object initialisation."
- In reply to: Philip Lawatsch: "Dll using symbols of the executable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|