digitalmars.D - Easiest way to get GUI
- Gor Gyolchanyan (4/4) May 31 2012 Can anyone please tell me what's the easiest way to get a GUI library?
- John Chapman (3/5) May 31 2012 Some UI libraries are listed over on the Wiki:
- Gor Gyolchanyan (29/34) May 31 2012 Thanks for the link! I can't seem to find the lib files for GTK:
- Zardoz (9/24) May 31 2012 I managed to compile a program that uses GtkD in Windows doing
- Gor Gyolchanyan (7/31) May 31 2012 Thanks!
Can anyone please tell me what's the easiest way to get a GUI library? -- Bye, Gor Gyolchanyan.
May 31 2012
On Thursday, 31 May 2012 at 12:13:31 UTC, Gor Gyolchanyan wrote:Can anyone please tell me what's the easiest way to get a GUI library?Some UI libraries are listed over on the Wiki: http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries
May 31 2012
On Thu, May 31, 2012 at 4:20 PM, John Chapman <johnch_atms hotmail.com>wrote:On Thursday, 31 May 2012 at 12:13:31 UTC, Gor Gyolchanyan wrote:Thanks for the link! I can't seem to find the lib files for GTK: OPTLINK (R) for Win32 Release 8.00.12 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk10MainWindow12__ModuleInfoZ bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk5Label12__ModuleInfoZ bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk4Main12__ModuleInfoZ bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk4Main4Main4initFAAyaZv bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk5Label5Label6__ctorMFAyabZC3gtk5Label5Label bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk4Main4Main3runFZv bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk10MainWindow10MainWindow7__ClassZ bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk5Label5Label7__ClassZ bin\gui.obj(gui) Error 42: Symbol Undefined _D3gtk10MainWindow10MainWindow6__ctorMFAyaZC3gtk10MainWindow10MainWindow --- errorlevel 9 -- Bye, Gor Gyolchanyan.Can anyone please tell me what's the easiest way to get a GUI library?Some UI libraries are listed over on the Wiki: http://prowiki.org/wiki4d/* *wiki.cgi?GuiLibraries <http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries>
May 31 2012
On Thursday, 31 May 2012 at 12:41:13 UTC, Gor Gyolchanyan wrote:On Thu, May 31, 2012 at 4:20 PM, John Chapman <johnch_atms hotmail.com>wrote:I managed to compile a program that uses GtkD in Windows doing this: - Installing GTK 2.24 runtime - Download GtkD source code in a directory - Compile your program with rdmd -I<dir_where_is_GtkD>\src your_program.d Looks that rdmd can find itself Gtk libs for linking or self-configure it to use dynamic libs of GtkOn Thursday, 31 May 2012 at 12:13:31 UTC, Gor Gyolchanyan wrote:Thanks for the link! I can't seem to find the lib files for GTK:Can anyone please tell me what's the easiest way to get a GUI library?Some UI libraries are listed over on the Wiki: http://prowiki.org/wiki4d/* *wiki.cgi?GuiLibraries <http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries>
May 31 2012
On Thu, May 31, 2012 at 5:09 PM, Zardoz <luis.panadero gmail.com> wrote:On Thursday, 31 May 2012 at 12:41:13 UTC, Gor Gyolchanyan wrote:Thanks! It said in the README to use dsss, which I had to install and use. I'll try RDMD. -- Bye, Gor Gyolchanyan.On Thu, May 31, 2012 at 4:20 PM, John Chapman <johnch_atms hotmail.com>** wrote: On Thursday, 31 May 2012 at 12:13:31 UTC, Gor Gyolchanyan wrote:I managed to compile a program that uses GtkD in Windows doing this: - Installing GTK 2.24 runtime - Download GtkD source code in a directory - Compile your program with rdmd -I<dir_where_is_GtkD>\src your_program.d Looks that rdmd can find itself Gtk libs for linking or self-configure it to use dynamic libs of GtkCan anyone please tell me what's the easiest way to get a GUI library?Thanks for the link! I can't seem to find the lib files for GTK:Some UI libraries are listed over on the Wiki: http://prowiki.org/wiki4d/* *wiki.cgi?GuiLibraries <http://prowiki.org/wiki4d/** wiki.cgi?GuiLibraries <http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries>>
May 31 2012