Easiest way to get GUI

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Thu May 31 06:14:37 PDT 2012


On Thu, May 31, 2012 at 5:09 PM, Zardoz <luis.panadero at gmail.com> wrote:

> 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 at hotmail.com>**
>> wrote:
>>
>>  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 <http://prowiki.org/wiki4d/**
>>> wiki.cgi?GuiLibraries <http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries>>
>>>
>>>
>> Thanks for the link! I can't seem to find the lib files for GTK:
>>
>>
> 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 Gtk
>

Thanks!
It said in the README to use dsss, which I had to install and use. I'll try
RDMD.

-- 
Bye,
Gor Gyolchanyan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120531/6ad5a519/attachment-0001.html>


More information about the Digitalmars-d mailing list