Re: does GtkD (win7) support opengl?

2013-04-28 Thread Mike Wey
On 04/28/2013 07:33 PM, Mike Wey wrote: On 04/28/2013 04:08 PM, Alexandr Druzhinin wrote: 28.04.2013 20:26, Mike Wey пишет: On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote: developers version of GtkD solves my problem. but GtkD 2.1.1 from download page doesn't. May be remove it from there to

Re: does GtkD (win7) support opengl?

2013-04-28 Thread Mike Wey
On 04/28/2013 04:08 PM, Alexandr Druzhinin wrote: 28.04.2013 20:26, Mike Wey пишет: On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote: developers version of GtkD solves my problem. but GtkD 2.1.1 from download page doesn't. May be remove it from there to avoid such problems? Does it also draw

Re: does GtkD (win7) support opengl?

2013-04-28 Thread Alexandr Druzhinin
28.04.2013 20:26, Mike Wey пишет: On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote: developers version of GtkD solves my problem. but GtkD 2.1.1 from download page doesn't. May be remove it from there to avoid such problems? Does it also draw the triangle properly for you? yes, it works out o

Re: does GtkD (win7) support opengl?

2013-04-28 Thread Mike Wey
On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote: developers version of GtkD solves my problem. but GtkD 2.1.1 from download page doesn't. May be remove it from there to avoid such problems? Does it also draw the triangle properly for you? -- Mike Wey

Re: does GtkD (win7) support opengl?

2013-04-28 Thread Alexandr Druzhinin
developers version of GtkD solves my problem. but GtkD 2.1.1 from download page doesn't. May be remove it from there to avoid such problems?

Re: does GtkD (win7) support opengl?

2013-04-27 Thread Alexandr Druzhinin
27.04.2013 0:57, Mike Wey пишет: Should be working now. Yes, 32bit binary works well (didn't run 64bit). Thank you very much!

Re: does GtkD (win7) support opengl?

2013-04-26 Thread Mike Wey
On 04/26/2013 05:16 AM, Alexandr Druzhinin wrote: 26.04.2013 3:45, Mike Wey пишет: http://gtkd.org/Downloads/SimpleGL.zip After updating dmd the demo no longer draws the triangle, i still need to figure out why. Link is broken Should be working now. -- Mike Wey

Re: does GtkD (win7) support opengl?

2013-04-25 Thread Alexandr Druzhinin
26.04.2013 3:45, Mike Wey пишет: http://gtkd.org/Downloads/SimpleGL.zip After updating dmd the demo no longer draws the triangle, i still need to figure out why. Link is broken

Re: does GtkD (win7) support opengl?

2013-04-25 Thread Mike Wey
On 04/25/2013 02:09 PM, Alexandr Druzhinin wrote: 24.04.2013 4:02, Mike Wey пишет: I don't think it's the line number. I think i may have this error on my machine once, but not since then. And i can't reproduce it. Could I ask you to build SimpleGL demo, check it works and send binary to me? I

Re: does GtkD (win7) support opengl?

2013-04-25 Thread Alexandr Druzhinin
24.04.2013 4:02, Mike Wey пишет: I don't think it's the line number. I think i may have this error on my machine once, but not since then. And i can't reproduce it. Could I ask you to build SimpleGL demo, check it works and send binary to me? It can help me in solving my trouble. Thank in adva

Re: does GtkD (win7) support opengl?

2013-04-23 Thread Mike Wey
On 04/23/2013 10:59 AM, Alexandr Druzhinin wrote: 10.04.2013 3:48, Mike Wey пишет: I was able to build gtkglext3 on windows, and i've uploaded a zip file containing the dll's. http://gtkd.org/Downloads/GtkDGL.zip I've also included the static libs for GtkDGL and for 32bits windows two import

Re: does GtkD (win7) support opengl?

2013-04-23 Thread Alexandr Druzhinin
10.04.2013 3:48, Mike Wey пишет: I was able to build gtkglext3 on windows, and i've uploaded a zip file containing the dll's. http://gtkd.org/Downloads/GtkDGL.zip I've also included the static libs for GtkDGL and for 32bits windows two import libraries for opengl and glu, for win64 these are i

Re: does GtkD (win7) support opengl?

2013-04-09 Thread Mike Wey
On 04/02/2013 11:13 PM, Mike Wey wrote: On 04/01/2013 04:58 PM, Alexandr Druzhinin wrote: I built GtkD following instructions from https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows. Then I tried to build demo from demos/gl/simple/simplegl.d and failed with undefined symbols http

Re: does GtkD (win7) support opengl?

2013-04-03 Thread Mike Wey
On 04/03/2013 03:23 AM, Alexandr Druzhinin wrote: 03.04.2013 4:13, Mike Wey пишет: GtkD relies on gtkglext-3 for it's openGL support it can be found here: https://github.com/tdz/gtkglext It currently isn't included in the Gtk-runtime installer, and as far as i know there aren't any binaries re

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Alexandr Druzhinin
03.04.2013 4:13, Mike Wey пишет: GtkD relies on gtkglext-3 for it's openGL support it can be found here: https://github.com/tdz/gtkglext It currently isn't included in the Gtk-runtime installer, and as far as i know there aren't any binaries readily available for windows. And i haven't yet fou

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Alexandr Druzhinin
03.04.2013 1:08, Jesse Phillips пишет: GtkD is only bindings for the actual GTK library, that library must be installed to use GtkD. GtkD being using static linking (at compile time) you need to tell the linker you want the GTK library too. The best way to do this I don't know. The website sugg

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Mike Wey
On 04/01/2013 04:58 PM, Alexandr Druzhinin wrote: I built GtkD following instructions from https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows. Then I tried to build demo from demos/gl/simple/simplegl.d and failed with undefined symbols http://dpaste.dzfl.pl/ba0c3277 Script (dgen.d

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Jesse Phillips
On Tuesday, 2 April 2013 at 16:35:07 UTC, Alexandr Druzhinin wrote: 02.04.2013 21:38, Jesse Phillips пишет: On Tuesday, 2 April 2013 at 06:19:23 UTC, Alexandr Druzhinin wrote: 02.04.2013 1:32, Jesse Phillips пишет: Please provide your compile command, it looks like you didn't tell the linker

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Alexandr Druzhinin
02.04.2013 21:38, Jesse Phillips пишет: On Tuesday, 2 April 2013 at 06:19:23 UTC, Alexandr Druzhinin wrote: 02.04.2013 1:32, Jesse Phillips пишет: Please provide your compile command, it looks like you didn't tell the linker where to find GtkD. cd path/to/GtkD/demos/gl/simple dmd SimpleGL.d -

Re: does GtkD (win7) support opengl?

2013-04-02 Thread Jesse Phillips
On Tuesday, 2 April 2013 at 06:19:23 UTC, Alexandr Druzhinin wrote: 02.04.2013 1:32, Jesse Phillips пишет: Please provide your compile command, it looks like you didn't tell the linker where to find GtkD. cd path/to/GtkD/demos/gl/simple dmd SimpleGL.d -I../../../src -I../../../srcgl ../../..

Re: does GtkD (win7) support opengl?

2013-04-01 Thread Alexandr Druzhinin
02.04.2013 1:32, Jesse Phillips пишет: Please provide your compile command, it looks like you didn't tell the linker where to find GtkD. cd path/to/GtkD/demos/gl/simple dmd SimpleGL.d -I../../../src -I../../../srcgl ../../../src/GtkD.lib without GtkD.lib there are much more undefined symbols

Re: does GtkD (win7) support opengl?

2013-04-01 Thread Jesse Phillips
On Monday, 1 April 2013 at 14:58:36 UTC, Alexandr Druzhinin wrote: I built GtkD following instructions from https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows. Then I tried to build demo from demos/gl/simple/simplegl.d and failed with undefined symbols http://dpaste.dzfl.pl/ba0c

does GtkD (win7) support opengl?

2013-04-01 Thread Alexandr Druzhinin
I built GtkD following instructions from https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows. Then I tried to build demo from demos/gl/simple/simplegl.d and failed with undefined symbols http://dpaste.dzfl.pl/ba0c3277 Script (dgen.d) builds the whole library and there is no separa