making C++ excel Add-ins with Xcode

M

matt willis

Where can I find a "hello world" style introduction to Xcode and Excel
for the Mac. Let's assume I have the function

double my_func(double input)
{
return input*3.14159;
}

and would like to expose this functionality to Excel. I know how to do
this in win32 (using DLL's and VBA glue for Declare Function etc.) but
the mac world is pretty different and the docs seem pretty thin.

This is a recreational project; I would prefer not to shell out C$800
for Code Warrior if such a thing can be done with Xcode.
 

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