Re: Building plugin that is used from multiple executables

2004-10-06 Thread Reini Urban
Jani Tiainen schrieb: Maarten Boekhold wrote: Suppose I have a plugin library that contains calls that reside in the executable that dlopen()'s that plugin. You can link such a plugin by using a .def file that contains something like: IMPORTS symbol = executable.exe.symbol Now if I need to be able

Re: Building plugin that is used from multiple executables

2004-10-06 Thread Jani Tiainen
Maarten Boekhold wrote: Hi, Suppose I have a plugin library that contains calls that reside in the executable that dlopen()'s that plugin. You can link such a plugin by using a .def file that contains something like: IMPORTS symbol = executable.exe.symbol Now if I need to be able to use the *same*

Building plugin that is used from multiple executables

2004-10-06 Thread Maarten Boekhold
Hi, Suppose I have a plugin library that contains calls that reside in the executable that dlopen()'s that plugin. You can link such a plugin by using a .def file that contains something like: IMPORTS symbol = executable.exe.symbol Now if I need to be able to use the *same* plugin from *two* exe