Hi,
I have a chunk of C++ code I'd like to load into
ACL4.3/UNIX. I have loaded my C binaries into ACL4.2/UNIX
before through the foreign function interface. Does anyone
know if the same techniques will work with C++ provided
that my C++ compiler generates position-independent
code which is put into an .so file? Or, do I have
to rewrite (a groan) everything in C (another groan)?
VK