May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
GtkD 2.x wraps Gtk+ 3.x so you will need the 3.8 runtime... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
Did you check that path to Gtk runtime binaries is the first? I guess there... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
Then upon continuing I get an infinitely repeating Unhandled exception at 0x00000000 in WindowsApp2.exe... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
...I've re-installed DMD, rebuilt GtkD, and installed GtkD. Now a Win32 app compiles... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
Your compiler is installed incorrectly and can not find phobos of appropriate version. Check it... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
...gtk.Main;
class HelloWorld : MainWindow
{
this()
{
super("GtkD");
setBorderWidth(10);
add(new Label("Hello World... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
I'm guessing I should try building a Win32 app and maybe those symbols will... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
...new errors: :\D\dmd2\windows\bin\..\lib\GtkD.lib(glib) Error 42: Symbol Undefined _D4core6memory2GC6qallocFkkZS4core6memory8BlkInfo... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
Try to rebuild GtkD if you re-installed dmd. Check if Gtk path is the... | |||
May 18, 2013 Learn » Re: GtkD HelloWorld app crashes with exception | |||
|---|---|---|---|
| |||
...html C:\D\dmd2\windows\bin\..\lib\GtkD.lib(glib) Error 42: Symbol Undefined _D3std3utf10decodeImplFNaNePxakKkZw... | |||
Copyright © 1999-2021 by the D Language Foundation