Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Hoping to find an integration example

Received: by 10.68.25.164 with SMTP id d4mr15994pbg.3.1305926489976;
        Fri, 20 May 2011 14:21:29 -0700 (PDT)
X-BeenThere: pyke@googlegroups.com
Received: by 10.68.13.233 with SMTP id k9ls4709708pbc.3.gmail; Fri, 20 May
 2011 14:21:29 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.66.97 with SMTP id e1mr13921pbt.41.1305926489298; Fri, 20
 May 2011 14:21:29 -0700 (PDT)
Received: by d26g2000prn.googlegroups.com with HTTP; Fri, 20 May 2011 14:21:29
 -0700 (PDT)
Date: Fri, 20 May 2011 14:21:29 -0700 (PDT)
In-Reply-To: <cc70bb36-0fca-446e-88f6-f357352aae6b@x3g2000yqj.googlegroups.com>
X-IP: 13.4.8.83
References: <cc70bb36-0fca-446e-88f6-f357352aae6b@x3g2000yqj.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us)
 AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1,gzip(gfe)
Message-ID: <2e84e7d4-0568-4f96-98ab-3e7c25ce4af1@d26g2000prn.googlegroups.com>
Subject: Re: Hoping to find an integration example
From: Bill Janssen <bill.jans...@gmail.com>
To: PyKE <pyke@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Why drag .NET into it at all?

Just use Python and PyKE on Windows with your legacy MFC app.  Python
can load DLLs and can also be embedded as a DLL in other programs.

On May 18, 10:08=A0am, Stephen Nuchia <snuc...@gmail.com> wrote:
> Hello, I'm new to PyKE and this group, have a long history of mixed-
> language development including use of Prolog in production data
> processing problems ...
>
> I am not all that experienced with .NET but I am looking at a possible
> performance win from bolting PyKE onto an existing "legacy" MFC
> (non-.NET) application using IronPython 2.7.
>
> I can find examples for each step of the chain: hosting .NET in an MFC
> application, hosting IronPython on .NET, and hosting PyKE on
> IronPython. =A0Would it be too much to hope for an example that
> incorporates all the elements?
>
> I may have to build it myself but I thought I'd ask first.
>
> TIA,