Dll using symbols of the executable
From: Philip Lawatsch (philip_at_waug.at)
Date: 09/08/04
- Next message: Carl Daniel [VC++ MVP]: "Re: Order of destruction"
- Previous message: Victor Bazarov: "Re: Order of destruction"
- Next in thread: Igor Tandetnik: "Re: Dll using symbols of the executable"
- Reply: Igor Tandetnik: "Re: Dll using symbols of the executable"
- Reply: Jerry Coffin: "Re: Dll using symbols of the executable"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 08 Sep 2004 21:55:03 +0200
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?
I only found references for using symbols from dlls inside applications
but not the other way around.
The project is written in c++ if that matters.
kind regards Philip
- Next message: Carl Daniel [VC++ MVP]: "Re: Order of destruction"
- Previous message: Victor Bazarov: "Re: Order of destruction"
- Next in thread: Igor Tandetnik: "Re: Dll using symbols of the executable"
- Reply: Igor Tandetnik: "Re: Dll using symbols of the executable"
- Reply: Jerry Coffin: "Re: Dll using symbols of the executable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|