chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] How to compile chicken scheme to Windows DLL?


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] How to compile chicken scheme to Windows DLL?
Date: Fri, 13 Feb 2015 15:48:06 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

On Fri, 13 Feb 2015 21:44:08 +0900 "Ryuho Yokoyama" <address@hidden> wrote:

> I am attempting to compile the chicken scheme code down to C 
> and then compile it into a Windows DLL.
> But I can not how to initialize chicken scheme runtime system
> in the DllMain function.
> Please someone show how to write a scheme code which produce a Windows
> DLL
> and compile option etc.
> Chicken Ver 3.4.0
> MinGW(mingw-get-inst-20110802.exe)

CHICKEN 3.4.0 is very old.  We've switched to the major version 4 ~6
years ago.  The most recent release is 4.9.0.1, which you can find here:
http://code.call-cc.org/

Do you have any special reason to be using such an old CHICKEN?  If you
don't, I strongly suggest you to update to the latest release.

I'm not sure I understand your question.  Do you want to embed CHICKEN
into a C application as a dll?

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]