
15 Sep
2008
15 Sep
'08
6:10 p.m.
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.