Hi there,
I have a large Macforth application that I would like to make
available on Intel Macs. Alas - I get no answer when I've written to
Megawolf lately and I now expect there will be no intel release.
So, what options do I have to run on Intel Macs? As well I wish to
port to Windows.
It seems to me my only real option is to re-write the whole
application in C++
This involves far too much work to produce a result in a reasonable
time-frame. In order to minimise the work I have in mind to do the
port in stages. The first stage being to just rewrite the user
interface elements in C++ and pass the data to the existing forth
engine. I have already ported the forth engine to Windows using
Proforth, and so I have both a Mac and windows version of the engine.
I have started the UI project, and we are using WXWidgets to create a
cross platform application.
On Mac I would like to be able to call the existing Mac application as
a shared library. And this is where I need help.
Is it possible to create a MacForth turnkey that is a shared library?
Can anyone help me with this?
Thanks
Chris