Latest versions of Entice Designer and DFL?

2012-04-08 Thread vmars316
Win7: Greetings, Ok, I got the command line for dmd2 running (Hello World). :) Now I would like to install a Visual GUI Builder. Not knowing any better, think I'll try "Entice Designer and DFL". The most current versions I can find are for 2008. Are there more current versions? Url please. Is the

Re: Latest versions of Entice Designer and DFL?

2012-04-08 Thread Kevin Cox
On Apr 8, 2012 4:49 PM, "vmars316" wrote: > > Win7: > Greetings, > Ok, I got the command line for dmd2 running (Hello World). :) > > Now I would like to install a Visual GUI Builder. > Not knowing any better, think I'll try "Entice Designer and DFL". > The most current versions I can find are for

Re: Latest versions of Entice Designer and DFL?

2012-04-08 Thread vmars316
On Sunday, 8 April 2012 at 21:54:22 UTC, Kevin Cox wrote: If you want to use QtD you can use QtDesigner and I think QtD has a moc for D. Worst case you can dynamically load the "forum" from the xml file QtDesigner spits out. Thanks. I can't find where it is actually working yet. Or what el

Re: Latest versions of Entice Designer and DFL?

2012-04-08 Thread Jesse Phillips
On Sunday, 8 April 2012 at 20:45:12 UTC, vmars316 wrote: Win7: Greetings, Ok, I got the command line for dmd2 running (Hello World). :) Now I would like to install a Visual GUI Builder. Not knowing any better, think I'll try "Entice Designer and DFL". The most current versions I can find are f

Re: Latest versions of Entice Designer and DFL?

2012-04-08 Thread vmars316
Greets, I will set up a new thread for "How to set up QTD?". What i would like to continue with here is to Get DFL and Entice up and running. I set things up like this: C:\D\dmd2\Entice C:\D\dmd2\windows\bin\DFL Is this correct? I found some docs that said: Example commands: dfl -gui hell

Re: Latest versions of Entice Designer and DFL?

2012-04-08 Thread Jesse Phillips
On Monday, 9 April 2012 at 02:42:27 UTC, vmars316 wrote: Greets, I will set up a new thread for "How to set up QTD?". What i would like to continue with here is to Get DFL and Entice up and running. I set things up like this: C:\D\dmd2\Entice C:\D\dmd2\windows\bin\DFL The zip file from the m

Re: Latest versions of Entice Designer and DFL?

2012-04-09 Thread vmars316
On Monday, 9 April 2012 at 03:23:52 UTC, Jesse Phillips wrote: Thanks, I have DFL here: C:\D\dmd2\windows\bin\DFL and Entice here: C:\D\dmd2\windows\bin\Entice I decided to take the BUD route from here: http://www.dsource.org/projects/build And I installed it here: C:\D\dmd2\vmPrograms\BUDsrc a

Re: Latest versions of Entice Designer and DFL?

2012-04-09 Thread Jesse Phillips
On Monday, 9 April 2012 at 17:35:41 UTC, vmars316 wrote: and my Bud.Bat looks like this: bud myForm.d -info -gui -version=gui -run -V pause Well, now you've added a level of indirection, which just makes identifying an issue even harder. You're going to need to step back from the build syst

Re: Latest versions of Entice Designer and DFL?

2012-04-09 Thread vmars316
On Monday, 9 April 2012 at 18:34:36 UTC, Jesse Phillips wrote: You're going to need to step back from the build system for a moment and either use dfl.exe or the dmd command suggested. If your program is more than one file, make a program that is only one file. My only observation is -gui is

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread vmars316
Greetings, I went to a second computer, and reDownloded & Installed D/Dfl/Entice: dinstaller.exe , dfl098-installer.exe , entice08502.exe The following are A few more things that confuses and frustrates us newbies. 1) dinstall.exe creates 'C:\D\dmd2\'. 2) But Dfl-installer(dfl098.exe) looks f

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread vmars316
I have been up all nite,trying to figure this out (6:21am). Well, I have gotten this far with compile myForm.d . C:\D\dmd2\windows\vmPrograms\myForm>call dmd.exe C:\D\dmd2\windows\vmPrograms\my Form\myForm.d -D -quiet -Dddocdir -H C:\D\dmd2\windows\vmPrograms\myForm\myForm.d(1): Error: module

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread vmars316
I have been up all nite,trying to figure this out (6:21am). Well, I have gotten this far with compile myForm.d . C:\D\dmd2\windows\vmPrograms\myForm>call dmd.exe C:\D\dmd2\windows\vmPrograms\my Form\myForm.d -D -quiet -Dddocdir -H C:\D\dmd2\windows\vmPrograms\myForm\myForm.d(1): Error: module all

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread Jesse Phillips
On Monday, 9 April 2012 at 20:18:06 UTC, vmars316 wrote: C:\D\dmd2\windows\bin\dfl.exe -gui C:\D\dmd2\windows\bin\vmPrograms\myForm\myForm.d (the above is all one line) pause I got the following results: C:\D\dmd2\windows\bin\vmPrograms\myForm>C:\D\dmd2\windows\bin\dfl.exe -gui C:\D\ dmd2\w

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread Jesse Phillips
On Tuesday, 10 April 2012 at 14:21:35 UTC, Jesse Phillips wrote: I suggest trying to get this method to work. DFL.exe is very picky about the directory structure. I'll have to double check the exact relationship I have (at work), but the source files for dfl are in an import folder. To get a

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread vmars316
On Tuesday, 10 April 2012 at 15:19:40 UTC, Jesse Phillips wrote: On Tuesday, 10 April 2012 at 14:21:35 UTC, Jesse Phillips wrote: I deleted all of "D" files and started over: OK, yes, I used the dfl098.zip structure you recommended: My install structure now looks like this: C:\D\dmd2\windows\bi

Re: Latest versions of Entice Designer and DFL?

2012-04-10 Thread vmars316
* I tried to compile myForm.d like this: When Entice asks for a CommandLine, I enter the following: C:\D\dmd2\windows\Entice\vmPrograms\myForm>call C:\D\dmd2\windows\bin\dfl.exe -g ui C:\D\dmd2\windows\Entice\vmPrograms\myForm\myForm.d C:\D\dmd2\windows\Dfl\lib DFL lib files not found. Woul