March 26, 2010
2:50 a.m.
Hello all, Does Squeak/Pharo FFI offer a way to get the address of a function in a library? The target of interest is probably more of an exported global containing a pointer, but GetProcAddress() worked on Windows, and I am assuming a similar trick will be required on Linux. Bill