I’m thinking about going on an adventure by using a dylib. Is the tutorial at http://www.realsoftwareblog.com/2011/12/how-to-create-dylib-on-mac-os-x-and.html still current?
I believe so. I built one for my application and this tutorial told me why my C++ functions were not being seen by Xojo. Using a C++ dylib to accelerate math intensive sections sped up my application considerably (probably 20x).
Thanks for the info, James. Will try this out.