Re: My First Roguelike: "Gruesome" v0.0.1



On Jan 17, 6:26 pm, "Michal Bielinski" <Dungeon_Kee...@xxxxxxx> wrote:
On Sat, 17 Jan 2009 22:05:04 +0100, Nate879 <n...@xxxxxxxxxxx> wrote:
When I try to compile this with gpc, I get the error "source.pas:21:
error: module/unit interface `crt' could not be imported". How do I
fix this?

Modifying uses clause to look like following may help:
uses GPC, CRT;
--
Michal Bielinski

Unfortunately, that doesn't work either. Apparently I need to get the
CRT library somewhere. Where can I get it? I use Debian GNU/Linux.
.



Relevant Pages

  • Re: My First Roguelike: "Gruesome" v0.0.1
    ... module/unit interface `crt' could not be imported". ... fix this? ... uses GPC, CRT; ... Michal Bielinski ...
    (rec.games.roguelike.development)
  • Re: My First Roguelike: "Gruesome" v0.0.1
    ... module/unit interface `crt' could not be imported". ... Modifying uses clause to look like following may help: ... uses GPC, CRT; ... Michal Bielinski ...
    (rec.games.roguelike.development)
  • Re: My First Roguelike: "Gruesome" v0.0.1
    ... module/unit interface `crt' could not be imported". ... Modifying uses clause to look like following may help: ... GNU Pascal has only a replacement for Turbo Pascal crt unit. ... Location for getting curses for gpc is here: ...
    (rec.games.roguelike.development)
  • Re: My First Roguelike: "Gruesome" v0.0.1
    ... When I try to compile this with gpc, ... module/unit interface `crt' could not be imported". ... fix this? ...
    (rec.games.roguelike.development)