October 25, 2016 LDC » how to export callbacks on win64? | |||
|---|---|---|---|
| |||
...export a callback to use with GTK / GtkD (D bindings to GTK), i.e. after... | |||
October 06, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
When you don't register an callback for the createContext signal (addOnCreateContext), gtk does the... | |||
October 06, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
Thank you! That fixed the segmentation fault problem and the crash :) But I still struggle... | |||
October 06, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
On Thursday, 6 October 2016 at 10:49:40 UTC, Chalix wrote: There are two... | |||
October 06, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
Hey Mike, you've been a great help so far! Thank you :) I thought now... | |||
October 04, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
Replace "import glgdk.GLContext;" with "import gdk.GLContext;" The error is a bit confusing without... | |||
October 03, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
...main.d -I/usr/local/include/d/gtkd-3 -L-lgtkd-3 main.d(27... | |||
October 03, 2016 Learn » Re: Why using wrappers for D? | |||
|---|---|---|---|
| |||
The gtkd-3 library contains for example the code you quoted above. -- Mike Wey | |||
October 03, 2016 Learn » Re: Why using wrappers for D? | |||
|---|---|---|---|
| |||
...don't know the details of the gtkd-3 library, but consider this example: ``` // csay... | |||
October 03, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
You will need the Gtk3 port of gtkglext: https://github.com/tdz/gtkglext Last time... | |||
Copyright © 1999-2021 by the D Language Foundation