[DGD] Error with 1.5.5

Raymond Jennings shentino at gmail.com
Wed Jul 19 10:52:46 CEST 2017


Well the title of this thread *said* 1.5.5 after all didn't it?

:P

On Wed, Jul 19, 2017 at 1:18 AM, Felix A. Croes <felix at dworkin.nl> wrote:

> 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
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>



More information about the DGD mailing list