I'm investigating gwan and am trying to run c# samples with mono, but encountered some problems.
hello.cs dumps core as soon as c# Gwan API (wrapped) is hit. Samples with mono work ok unless Gwan API is called. If You take loan.cs sample it writes output to stdout (console on server) and Gwan calls are commented out:
line 74
//lupus commented: Gwan.xbufCat(Gwan.getReply(args[0]), reply.ToString());
line 237
//Gwan.xbufCat(Gwan.getReply(args[0]), reply.ToString());
Am I missing something? Is there something more to do to config c# Gwan API?
Thanks
Mel