Thread overview | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
November 20, 2004 [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Windows only(*) DUI version 00.20.99. This version is compatible with dmd 0.106. main page: http://dui.sourceforge.net installing instructions: http://dui.sourceforge.net/windowsInstaller.html download: http://dui.sourceforge.net/downloadPage.html new Windows tool: http://dui.sourceforge.net/windowsTools.html dool impact on DUI: http://dui.sourceforge.net/doolImpact.html This contains: Gtk+, dool and DUI it does not contain a makefile (**). Unfortunatly the OpenGL extensions are still broken (OpenGL extensions and tests are included) there same changes to DUI since the last version the most visible one being the use of ComboBox on windows. Ant (*) I'll make the linux distribution today, just cheking that the changes made on windows didn't break the linux version. The main development is still linux based. (leds - for linux - should also be updated today) (**) I give up on the makefile when it reported "error on line 107" for a makefile with 85 lines. That's when I decided to create the installer. |
November 20, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | Ant wrote:
> Windows only(*) DUI version 00.20.99.
Yipee !!! Downloading :)
|
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | I just installed DUI on XP. Hello.exe works fine, but - the installer seems to assume that link.exe and lib.exe are in dmd\bin ; they are in dm\bin - dantfw is installed directly at c:\, ignoring the path selected with the install shield - there is nothing in Start\Program (by the way, the name of this menu is different in XP French edition :o) Did someone manage to install DUI and build a program ? "h3r3tic" <foo@bar.baz> a écrit dans le message de news: cnogr1$1vb1$1@digitaldaemon.com... > Ant wrote: > > Windows only(*) DUI version 00.20.99. > > Yipee !!! Downloading :) |
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant Attachments: | Could you make your glu.lib available somewhere ? I've been using Derelict w/o problems but it seems that my glu.lib is broken :( I'm attaching my install log |
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | h3r3tic wrote:
> Could you make your glu.lib available somewhere ? I've been using Derelict w/o problems but it seems that my glu.lib is broken :(
Interestingly, I've worked around GLU by just copying DerelictGLU.lib to glu32.lib
I've compiled DUI with disabled OpenGL Tests because it complained about undefined functions from opengl.lib.
I had to copy the GTK2.4 files installed in "Common Files" to another directory that contained no spaces in the path because my WinXPSp2 kept insisting that it couldn't find GDK libs.
I've compiled the DUI Hello World from within DIDE, the dantCompile tool crashes for me for some unknown to me reason.
This may be related to the problem that I don't see any icons/stock objects, e.g. in the stock icon/button example I only have text labels.
These problems may somehow be related to my system config: I have Windows installed on D: and dmd on C: maybe this has some meaning ? The setup insisted on installing GTK on D: though I've told it to install it on C:
Uh... I'm going to play with it later (sleepy). Anyway, great job Ant ! I will try to help when I find some time.
|
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Valéry Croizier | On Sun, 21 Nov 2004 01:22:49 +0100, Valéry Croizier wrote: > I just installed DUI on XP. > Hello.exe works fine, but > - the installer seems to assume that link.exe and lib.exe are in dmd\bin ; > they are in dm\bin On mine it point to dm\bin. I don't know why it would point to dmd. > - dantfw is installed directly at c:\, ignoring the path selected with the install shield > - there is nothing in Start\Program (by the way, the name of this menu is different in XP French edition :o) yeap. it's hard coded. > > Did someone manage to install DUI and build a program ? well, I did... :( Ant |
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | h3r3tic wrote:
> Uh... I'm going to play with it later (sleepy). Anyway, great job Ant ! I will try to help when I find some time.
Hehe, haven't gone to sleep yet :> been playing with DUI. I'm successfully compiling a modified Hello World program :)
The image/stock object problem most probably related to this warning msg:
(DUITests.exe:1796): GLib-GObject-WARNING **: unable to set property `pixbuf' of
type `GdkPixbuf' from value of type `gchararray'
I've got the dropline GTK installed (for the older version of DUI). Maybe I should uninstall GTK altogether and then reinstall with DUI - Installer version ? Any suggestions before I start hacking it ? ;)
|
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic Attachments: | h3r3tic wrote:
> Could you make your glu.lib available somewhere ? I've been using Derelict w/o problems but it seems that my glu.lib is broken :(
>
> I'm attaching my install log
opengl and glu libs should with the other libs at
dantfw\GTK\lib
As the OpenGL extension only work on some cases,
I forgot to check if the libs were being copied...
hmmmm... it's only 60k should I attach them here?
(don't tell anyone)
Ant
|
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | h3r3tic wrote: > h3r3tic wrote: > >> Could you make your glu.lib available somewhere ? I've been using Derelict w/o problems but it seems that my glu.lib is broken :( > > > Interestingly, I've worked around GLU by just copying DerelictGLU.lib to glu32.lib > > I've compiled DUI with disabled OpenGL Tests because it complained about undefined functions from opengl.lib. > > I had to copy the GTK2.4 files installed in "Common Files" to another directory that contained no spaces in the path because my WinXPSp2 kept insisting that it couldn't find GDK libs. the DLLs can be where ever you like them. the import libs (generated from implib) can NOT be on a path name with spaces. > > I've compiled the DUI Hello World from within DIDE, the dantCompile tool crashes for me for some unknown to me reason. this might be because you moved GTK. on the user home directory there is a subdirectory "dantfw" with a "InstallConfig.txt" - check if every thing point to the right place. dantCompile should have 4 examples, can you see them on the comboBox? dantCompile compilation targets are in <APPDATE env var>\dantefw\Targets > This may be related to the problem that I don't see any icons/stock objects, e.g. in the stock icon/button example I only have text labels. I don't see them either. I never had the will to try to figure out why. now that you're complaining I'll probably check it ;) I'm guessing it should be a simple problem, it's simply loading images from files. > > These problems may somehow be related to my system config: I have Windows installed on D: and dmd on C: maybe this has some meaning ? The setup insisted on installing GTK on D: though I've told it to install it on C: The locations are read from the environment variables. InstallConfig.txt stores the drive letter from the system variables but it doesn't for the locations it self generates. You could try going there and add the drive letter. > > Uh... I'm going to play with it later (sleepy). Anyway, great job Ant ! I will try to help when I find some time. that would be nice, thank you. Ant |
November 21, 2004 Re: [announce] DUI (windows) for dmd 0.106 | ||||
---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | h3r3tic wrote:
> h3r3tic wrote:
>
>> Uh... I'm going to play with it later (sleepy). Anyway, great job Ant ! I will try to help when I find some time.
>
>
> Hehe, haven't gone to sleep yet :> been playing with DUI. I'm successfully compiling a modified Hello World program :)
>
> The image/stock object problem most probably related to this warning msg:
>
> (DUITests.exe:1796): GLib-GObject-WARNING **: unable to set property `pixbuf' of
> type `GdkPixbuf' from value of type `gchararray'
>
> I've got the dropline GTK installed (for the older version of DUI). Maybe I should uninstall GTK altogether and then reinstall with DUI - Installer version ? Any suggestions before I start hacking it ? ;)
yes, make sure your system environment variable path points to the correction Gtk.
If you can ompile DUI programs it means the libs are found,
if you have problems runing them means there is something wrong
witht the DLLs.
Ant
|
Copyright © 1999-2021 by the D Language Foundation