Re: Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.

2012-04-12 Thread vmars316
On Thursday, 12 April 2012 at 05:18:22 UTC, Andrej Mitrovic wrote: On 4/12/12, vmars316 vmars...@live.com wrote: What is looking for? *import* something? Remove the space between '-I' and the import path. Ah, Thank you very much, works perfectly. Ok, so that's Dmd with Dfl. The myForm.exe

Re: Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.

2012-04-11 Thread vmars316
On Tuesday, 10 April 2012 at 22:31:44 UTC, Andrej Mitrovic wrote: On 4/10/12, vmars316 vmars...@live.com wrote: On Tuesday, 10 April 2012 at 20:07:41 UTC, Andrej Mitrovic You can use the zip download: https://github.com/Rayerd/dfl/zipball/master A couple years ago i learned HotBasic

Re: Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.

2012-04-11 Thread vmars316
On Tuesday, 10 April 2012 at 22:31:44 UTC, Andrej Mitrovic wrote: You can use the zip download: https://github.com/Rayerd/dfl/zipball/master ...ok, i downloaded PortableGit-1.7.10-preview20120409.7z and i put it here: C:\D\dmd2\windows\Dfl\import\dfl\win32\dflexe I am not sure if i need GTK

Re: Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.

2012-04-11 Thread vmars316
On Wednesday, 11 April 2012 at 18:39:40 UTC, Andrej Mitrovic wrote: On 4/11/12, vmars316 vmars...@live.com wrote: Didn't you get this message: Andrej, Yes, I got it. But lost track of it, sorry. Anyways, yahoo, I am almost there. I now have a dfl.lib . I ran following (~myForm-compile-2.bat

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

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\myFormcall 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\myFormcall 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 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\bin

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\myFormcall 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.

Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.

2012-04-10 Thread vmars316
Hello Chris Miller, This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice. I am not getting the answers I need from dprogramming Forums.. Could you please help me with this. I am beginning to hate D-programming. But I’ll try to hang on a bit longer.

Re: How to set up QTD?.

2012-04-09 Thread vmars316
On Monday, 9 April 2012 at 12:52:47 UTC, Kevin Cox wrote: I think rcc is the Qt resource compiler. I'm not at my computer at the moment to check, but if so it will translate xml resource files into D source. I think rcc is the Qt resource compiler. I don't know what the above means. What

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

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

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

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

How to set up QTD?.

2012-04-08 Thread vmars316
Greetings, I would also like to try out QTD. So far, I have set things up this: C:\D\dmd2\QT I made a .batch file for both drcc.exe and duic.exe . duic.exe gave no feedback. drcc.exe gave the following feedback: C:\D\dmd2\QT\binECHO ON C:\D\dmd2\QT\bindrcc.exe Qt resource compiler Usage:

License for D setup

2012-04-07 Thread vmars316
Greetings, I am getting interested in D. Pls, what License is for D setup. Is it free? Also, what operating systems can D run on? Win7, Mac,? Thanks...Vernon

Re: License for D setup

2012-04-07 Thread vmars316
q66 Wrote: On Saturday, 7 April 2012 at 17:48:14 UTC, vmars316 wrote: Greetings, I am getting interested in D. Runs on Windows (x86), Linux (x86, 86_64), OS X (x86, x86_64) and FreeBSD (x86, x86_64). The compiler frontend is dual licensed under GPL/Artistic, the backend under

Re: License for D setup

2012-04-07 Thread vmars316
On Saturday, 7 April 2012 at 19:03:25 UTC, simendsjo wrote: On Sat, 07 Apr 2012 20:37:16 +0200, vmars316 http://dlang.org has a lot of information. Download: http://dlang.org/download.html Tutorial: http://www.informit.com/articles/article.aspx?p=1381876 Editors: http://prowiki.org/wiki4d

Re: Win GUI Single Exe - Newbie

2012-04-07 Thread vmars316
On Saturday, 7 April 2012 at 12:25:27 UTC, Jacob Carlborg wrote: On 2012-04-06 17:37, Jesse Phillips wrote: Building stand alone executables with DWT works great. DWT doesn't depend on any third party libraries, only on the system libraries. I downloaded and installed dinstaller.exe using