Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net