$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost.extensions bugs?
From: Germán Diago (germandiago_at_[hidden])
Date: 2008-09-15 14:10:33
Now I don't have the same machine available til thrusday to test the
script, but I'll do whenever I have some time.
Anyway, I compiled my library by hand using this command:
g++ -fPIC -shared myfile.o -o myfile.extension
and the program with:
g++ myprogram.cpp -o myprogram
The problem was related to the types_map. It seems as if the instance
passed to the
shared library weren't the same of the executable. I remember I had
some kind of problem
similar to that implementing a singleton.
Whenever I can I'll try the script. Thanks.