RE: How to export functions from C++ to embedded perl.

2009-02-10 Thread Jan Dubois
On Mon, 09 Feb 2009, Thomas Rowe wrote: > > I'm trying to embed perl in a C++ application and have some perl modules > call back into the C++. I cannot figure out how to make the bootstrap > work on my callback module. When I eval "use Callback;" I get "Can't > locate loadable object for module

Re: How to export functions from C++ to embedded perl.

2009-02-10 Thread Shlomi Fish
On Tuesday 10 February 2009 06:23:47 Thomas Rowe wrote: > I'm trying to embed perl in a C++ application and have some perl modules > call back into the C++. I cannot figure out how to make the bootstrap > work on my callback module. When I eval "use Callback;" I get "Can't > locate loadable objec

How to export functions from C++ to embedded perl.

2009-02-10 Thread Thomas Rowe
I'm trying to embed perl in a C++ application and have some perl modules call back into the C++. I cannot figure out how to make the bootstrap work on my callback module. When I eval "use Callback;" I get "Can't locate loadable object for module Callback in @INC" even though the Callback stuff is