[DGD] Error with 1.5.5

Felix A. Croes felix at dworkin.nl
Wed Jul 19 10:18:46 CEST 2017


Blain <blain20 at gmail.com> wrote;

> * * * [/driver.c]
>
> void initialize()
> {
>   send_message("initialize()\n");
>   compile_object("/test");
> }
>
> void compile_error(string file, int line, string err)
> {
>   send_message(file+" "+line+"; "+err+"\n");
> }
>
> string runtime_error(string err, int caught, int ticks)
> {
>   send_message(err+"\n");
>   return err;
> }
>
>
> * * * [/test.c]
>
> void foo()
> {
>   test = 1;
> }


I cannot reproduce this crash, but I notice that you're probably using
DGD 1.5.5 since 1.5.6 does not compile on Windows.  So I released 1.5.7,
which probably will not fix this bug, but which should at least compile.

Regards,
Felix Croes



More information about the DGD mailing list