On 13 Feb 2015, at 15:44, Ryuho Yokoyama <ryu...@ybb.ne.jp> 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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to