[gambit-list] Trying to get gambc40b15 compiled and running under Visual Studio 2003
Christian
christian at pflanze.mine.nu
Tue Dec 20 17:44:04 EST 2005
At 14:18 Uhr -0800 20.12.2005, Mark H. Shirley wrote:
>I've gotten it to compile and link with no errors, but when I run
>the executable, I get repeated errors like these:
>
> (peek-char '#<input-output-port #2 (console)>)
> > *** ERROR -- Error code 11
a) syntax: what about (peek-char #2) ?
b) would peek-char with an output port work?
Maybe you rather wanted (peek-char (current-input-port)).
Christian.
More information about the Gambit-list
mailing list