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

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

Reply via email to