Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) myForm.d program with D/Dfl/Entice.
vmars316
vmars316 at live.com
Wed Apr 11 20:24:01 PDT 2012
On Wednesday, 11 April 2012 at 18:39:40 UTC, Andrej Mitrovic
wrote:
> On 4/11/12, vmars316 <vmars316 at 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) :
echo Compile myForm.d
setlocal EnableDelayedExpansion
set "DFL_LIB=C:\D\dmd2\windows\Dfl\import\dfl\win32\dfl\dfl.lib"
set "DFL_IMPORT=C:\D\dmd2\windows\Dfl\import\dfl\win32\"
dmd -I %DFL_IMPORT% %DFL_LIB% myForm.d
And these are the results:
C:\D\dmd2\windows\Entice\vmPrograms\myForm>echo Compile myForm.d
Compile myForm.d
C:\D\dmd2\windows\Entice\vmPrograms\myForm>setlocal
EnableDelayedExpansion
C:\D\dmd2\windows\Entice\vmPrograms\myForm>set
"DFL_LIB=C:\D\dmd2\windows\Dfl\import\dfl\win32\dfl\dfl.lib"
C:\D\dmd2\windows\Entice\vmPrograms\myForm>set
"DFL_IMPORT=C:\D\dmd2\windows\Dfl\import\dfl\win32\"
C:\D\dmd2\windows\Entice\vmPrograms\myForm>dmd -I
C:\D\dmd2\windows\Dfl\import\dfl\win32\
C:\D\dmd2\windows\Dfl\import\dfl\win32\dfl\dfl.lib myForm.d
Error: invalid file name 'C:\D\dmd2\windows\Dfl\import\dfl\win32\'
What is looking for? *import* something?
Thanks...vm
More information about the Digitalmars-d-learn
mailing list