On Wed, Sep 25, 2013 at 10:06 PM, Kassiopi Kassiopi2 wrote:
> Hi,
>
> I apologize for the delayed reply.
>
> I was hoping to avoid linking the commandManager into the .so file. I am
> trying to avoid that because then, I will have to do this for any other
> module that I create and uses the comman
On 25/09/2013 22:06, Kassiopi Kassiopi2 wrote:
Hi,
I apologize for the delayed reply.
I was hoping to avoid linking the commandManager into the .so file. I am
trying to avoid that because then, I will have to do this for any other module
that I create and uses the commandManager. I would prefer
Hi,
I apologize for the delayed reply.
I was hoping to avoid linking the commandManager into the .so file. I am
trying to avoid that because then, I will have to do this for any other
module that I create and uses the commandManager. I would prefer to declare
it as extern or something similar if
Well, I have embedded an interpreter inside C++ code, if your question is
related to that, please write back. May be I can help you with that.
cheers,
Raghav
On Tue, Sep 24, 2013 at 4:33 PM, Giuseppe Corbelli <
giuseppe.corbe...@copanitalia.com> wrote:
> On 21/09/2013 16:52, Kassiopi Kassiopi2
What you're trying to do is fine. You only need to expose the interface
that python is accessing. You do need to link in the library that contains
the symbols for the commandManager class however.
On Sep 22, 2013, at 7:48 PM, Kassiopi Kassiopi2 wrote:
Hi,
I want to call a c++ function from an
On 21/09/2013 16:52, Kassiopi Kassiopi2 wrote:
Hi,
I want to call a c++ function from an embedded python shell, using boost
python. All the examples I've seen online describe how to expose a whole class
or some functions, but all cases refer to *standalone* parts of code.
My case is different th
On Sep 23, 2013 1:48 AM, "Kassiopi Kassiopi2" wrote:
>
> Hi,
>
> I want to call a c++ function from an embedded python shell, using boost
python. All the examples I've seen online describe how to expose a whole
class or some functions, but all cases refer to standalone parts of code.
> My case is
Hi,
I want to call a c++ function from an embedded python shell, using boost
python. All the examples I've seen online describe how to expose a whole
class or some functions, but all cases refer to *standalone* parts of code.
My case is different though. The function I want to expose is not
standa