>>>>> "Bj�rn" == rn Lindberg <Bj> writes:
>> I am trying to compile a shared library so that I can use it with
>> EXT:LOAD-FOREIGN, but when loading it I get this error:
Bj�rn> <...>
Bj�rn> Nevermind, I solved this problem. It seems that I had to manually
link
Bj�rn> against the C++ runtime when compiling the library. Now it loads.
Great! I am curious, though, if a C++ library will work properly with
CMUCL. Are try/catch blocks working? How do global objects (if any)
get initialized?
Ray
