calling C functions from Excel VBA on OS X

D

Dave Goodwin

I am trying to find out how to write a C shared library that I can
call from VBA for Excel. I know how to do this on Windows with DLLs,
but there is very little information on how to write the Mac
equivalent of a DLL for VBA. What little there is seems to apply only
to Classic operating systems. Anyone know how to do this on OS X?
Thanks.
 
F

Fredrik Wahlgren

Dave Goodwin said:
I am trying to find out how to write a C shared library that I can
call from VBA for Excel. I know how to do this on Windows with DLLs,
but there is very little information on how to write the Mac
equivalent of a DLL for VBA. What little there is seems to apply only
to Classic operating systems. Anyone know how to do this on OS X?
Thanks.

There's sample code here: http://www.sailmaker.co.uk/progtools.html
One of the samples shows how to do write and call a shared library

/ Fredrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top