chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] pass/retrieve arguments by reference in lazy-ffi


From: Evan Hanson
Subject: Re: [Chicken-users] pass/retrieve arguments by reference in lazy-ffi
Date: Sat, 18 Mar 2017 15:13:36 +1300

Hi Kevin,

I doubt anyone will be able to test your program, not having access to
"cpuidsdk.dll", but it's unsurprising that it exits silently; there's
nothing in your program that would do anything else, so it's probably
just running from start to finish and quitting when it's done. Without a
call to `print` or some other side-effecting expression, that's to be
expected.

Does the same happen when you load your file in interactive csi session?

HTH,

Evan



reply via email to

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