> After a minimum of testing I found that pascal units are stored as ".ppu"
> files. Then I tried this: "uses ptccrt, ptcgraph" - and it compiled.
> My pascal knowledge is very limited, and the first program pops away just
> after
> it is started... maybe you could wait for X keyboard events or add
> 1) Is 'Detect' integer? I can't tell from here.
>
> 2) Shouldn't InitGraph receive a path? See "PathToDriver" in
> http://www.freepascal.org/docs-html/rtl/graph/initgraph.html
>
No, the reason is different. This code also doesn't work:
program radar;
>
> uses
> crt, graph;
>
> var
> Dri
When I compile this code:
program radar;
>
> uses
> crt, graph;
>
> var
> DriverVar, ModeVar : integer;
>
> begin
> DriverVar := Detect;
> ModeVar := 2;
> InitGraph(DriverVar, ModeVar,'');
> SetColor(4);
> LineTo(100,100);
> end.
>
I get an error me
2009/12/7 Allan McRae
> Two things:
> 1) bugs.archlinux.org is the place to file bugs
> 2) does rebuilding actually fix that issue?
>
1. Thanks for the info, I forgot about it.
2. Friday Gajim worked normally.
Hi!
I refreshed my Arch today, and found that the file ~/.xsession-errors grows
to infinity with messages:
13:45:13 (W) gajim.c.x.transports_nb: calling send on empty buffer and queue
13:45:13 (W) gajim.c.x.transports_nb: calling send on empty buffer and queue
13:45:13 (W) gajim.c.x.transports_nb
5 matches
Mail list logo