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.
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.