From: fireblade
Subject: WinMain ,FLI ,Common Lisp advise needed?
Date: 
Message-ID: <1132338119.051660.26340@g49g2000cwa.googlegroups.com>
I'm  working on a 3d game demo for Windows  with LW Personal
and FLI currently satisfies my needs and I'm ok with externing C++
code.
 However I don't know how to initialize Windows application from Lisp.
Could anybody  advise how coud  I initialize WinMain function
from Lisp so I can call it interactively from the listener?

thanks
bobi

From: Edi Weitz
Subject: Re: WinMain ,FLI ,Common Lisp advise needed?
Date: 
Message-ID: <uzmo14xuf.fsf@agharta.de>
On 18 Nov 2005 10:21:59 -0800, "fireblade" <········@YAHOO.COM> wrote:

> I'm working on a 3d game demo for Windows with LW Personal and FLI
> currently satisfies my needs and I'm ok with externing C++ code.
>
> However I don't know how to initialize Windows application from
> Lisp.  Could anybody advise how coud I initialize WinMain function
> from Lisp so I can call it interactively from the listener?

I don't know if this helps but are you aware of this text?

  <http://cl-cookbook.sourceforge.net/win32.html>

Cheers,
Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")
From: fireblade
Subject: Re: WinMain ,FLI ,Common Lisp advise needed?
Date: 
Message-ID: <1132339319.283753.266730@z14g2000cwz.googlegroups.com>
You mean to extern WinMain  ?
Is that legal  ? Anyway I'll try .
The other solution I can think of is to make a shell
application with WinMain  and importing from engine.DLL
so i would start shell.exe and calling the engine.DLL from the
listener. Sounds ugly even on paper but if i have to I'll do it.
Anybody could think of something better?