In article <1179455096.142444.86820@[EMAIL PROTECTED]
>,
chris@[EMAIL PROTECTED]
wrote:
> 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
> ****t to Windows.
So far my MacForth things run under Rosetta without problems.
Slower than it would run native on Intel of course, but that's only
apparent in benchmarks, not in my applications.
>
> 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
> ****t 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 ****ted 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?
Not much, but:
MacForth shared library, not that I know of (wish list).
PowerMops allows to make shared libraries, never done it though.
PM runs ok under Rosetta last time I checked.
Following this path , means ****ting MF code to PM of course, which is
do-able (I think).
regards
-Roelf


|