Re: [CMake] GenerateExportHeader for module library

2012-11-02 Thread Gregoire Aujay
: [CMake] GenerateExportHeader for module library On Nov 1, 2012, at 8:01 AM, Stephen Kelly wrote: > Gregoire Aujay wrote: > >> Hello, >> >> I am doing my tests with visual 2008 and mingw. >> >> As far as I understand a module is like a shared library that

Re: [CMake] GenerateExportHeader for module library

2012-11-01 Thread Clinton Stimpson
On Nov 1, 2012, at 8:01 AM, Stephen Kelly wrote: > Gregoire Aujay wrote: > >> Hello, >> >> I am doing my tests with visual 2008 and mingw. >> >> As far as I understand a module is like a shared library that cannot be >> linked. Instead it is dynamically loaded and then we find and use symbols

Re: [CMake] GenerateExportHeader for module library

2012-11-01 Thread Stephen Kelly
Gregoire Aujay wrote: > Hello, > > I am doing my tests with visual 2008 and mingw. > > As far as I understand a module is like a shared library that cannot be > linked. Instead it is dynamically loaded and then we find and use symbols > in it. It is like doing the linker's job manually at runtim

Re: [CMake] GenerateExportHeader for module library

2012-10-26 Thread Gregoire Aujay
endif() Regards, Gregoire -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Stephen Kelly Sent: vendredi 26 octobre 2012 17:45 To: cmake@cmake.org Subject: Re: [CMake] GenerateExportHeader for module library Gregoire Aujay wrote: >

Re: [CMake] GenerateExportHeader for module library

2012-10-26 Thread Stephen Kelly
Gregoire Aujay wrote: > Hello, > > I want to create a module with two symbols exported with visual: > startPlugin > stopPlugin > > I wish I could use the convenient GENERATE_EXPORT_HEADER function to do > so. Is there any reason why the GENERATE_EXPORT_HEADER function is > disabled for the MODUL

[CMake] GenerateExportHeader for module library

2012-10-26 Thread Gregoire Aujay
Hello, I want to create a module with two symbols exported with visual: startPlugin stopPlugin I wish I could use the convenient GENERATE_EXPORT_HEADER function to do so. Is there any reason why the GENERATE_EXPORT_HEADER function is disabled for the MODULE library type ? Thanks, Gregoire --