GTKD - Application crashes - or not? [Coedit]
Rene Zwanenburg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jun 15 03:21:20 PDT 2016
On Wednesday, 15 June 2016 at 09:48:19 UTC, TheDGuy wrote:
> But if i execute the app my hand (in the windows command window
> or my double click) it works as expected (so no error)? Why is
> that?
My first guess would be that Coedit does not use the directory
where the executable is located as working directory. You can
check what getcwd returns:
https://dlang.org/phobos/std_file.html#.getcwd
More information about the Digitalmars-d-learn
mailing list