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: Oleg Kolosov
Subject: Re: [Chicken-users] How to compile chicken scheme to Windows DLL?
Date: Fri, 13 Feb 2015 17:18:50 +0300

On 13 Feb 2015, at 15:44, Ryuho Yokoyama <address@hidden> wrote:
> 
> Hello,
>  
> 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)
>  

I did not understood your intention. Assuming that DLLs produced by MinGW gcc 
is not what you want you can try my https://github.com/bazurbat/chicken-scheme 
next branch which can produce Windows native DLLs using Visual Studio compiler 
with the help of CMake. Be careful though as this branch contains a lot of 
other experimental changes and not supported by the CHICKEN developers.

-- 
Regards, Oleg
Art System




reply via email to

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