Good GUI for newbie

Bill Baxter dnewsgroup at billbaxter.com
Tue Feb 20 23:15:21 PST 2007


Bill Baxter wrote:
> jicman wrote:
>> The easiest GUI ever is DFL.
>>
>> http://www.dprogramming.com/dfl.php
>>
>> With Entice, it has been so easy for me to get into Windows.  I have
>> started using it at my company and they are really impressed.  It
>> kicks .net posterior, but it is still very hard to get management to
>> start thinking about d.  But, soon or later.
>>
>> jicman
> 
> I downloaded the snapshot but I get this with Helloworld:
> 
> F:\usr\pkg\Dlang\dmd\packages\dfl\examples>dfl -gui -release helloworld
> f:\usr\pkg\Dlang\dmd\bin\dmd.exe -release helloworld -version=DFL_EXE 
> -If:\usr\pkg\Dlang\dmd\import -L/exet:nt/su:windows:4.0 
> f:\usr\pkg\Dlang\dmd\lib\dfl.lib
> f:\usr\pkg\Dlang\dmd\bin\..\..\dm\bin\link.exe 
> helloworld,,,f:\usr\pkg\Dlang\dmd\lib\dfl.lib+user32+kernel32/noi/exet:nt/su:windows:4.0; 
> 
> OPTLINK (R) for Win32  Release 7.50B1
> Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
> f:\usr\pkg\Dlang\dmd\lib\dfl.lib(application)
>  Error 42: Symbol Undefined 
> _D3dfl8internal4dlib15getObjectStringFC6ObjectZAa
> --- errorlevel 1
> 
> 
> Is that the DMD bug that's mentioned on the DFL pages?
> 
> --bb

To answer my own question -- turns out that the issue is that 
makelib.bat is missing internal/dlib.d in the list of d files, and 
dlib.obj in the list of d objects.

--bb


More information about the Digitalmars-d-learn mailing list