Re: [C++-sig] Py++ - one header file including all project header files

2010-03-20 Thread Roman Yakovenko
On Fri, Mar 19, 2010 at 1:27 AM, Maciej Sitarz wrote: > On 17.03.2010 08:52, Roman Yakovenko wrote: >> >> Nothing, really. >> >> Please take a look on the following document: >> >> http://language-binding.net/pyplusplus/documentation/tutorials/module_builder/module_builder.html#declarations-custom

Re: [C++-sig] Py++ - one header file including all project header files

2010-03-18 Thread Maciej Sitarz
On 17.03.2010 08:52, Roman Yakovenko wrote: Nothing, really. Please take a look on the following document: http://language-binding.net/pyplusplus/documentation/tutorials/module_builder/module_builder.html#declarations-customization and let me know whether is makes sense to you. If not come back

Re: [C++-sig] Py++ - one header file including all project header files

2010-03-17 Thread Roman Yakovenko
On Wed, Mar 17, 2010 at 9:38 AM, Maciej Sitarz wrote: > Hello, > > I'm attempting to create python module for CREAM Client API > (http://grid.pd.infn.it/cream/). > > After reading Py++ "best practices" I tried to include all needed headers > into one and then add it to Py++. But then the resulting

[C++-sig] Py++ - one header file including all project header files

2010-03-17 Thread Maciej Sitarz
Hello, I'm attempting to create python module for CREAM Client API (http://grid.pd.infn.it/cream/). After reading Py++ "best practices" I tried to include all needed headers into one and then add it to Py++. But then the resulting .cpp file doesn't have any wrappers inside, only for one func