Re: Dub and unit-threaded import problem

2016-03-05 Thread Casey via Digitalmars-d-learn
On Saturday, 5 March 2016 at 18:01:48 UTC, Atila Neves wrote: On Saturday, 5 March 2016 at 15:05:50 UTC, Casey wrote: Hello, I'm just starting a small project with dub and unit-threaded, but I'm getting an issue where the file "unit_threaded.d" cannot be found. [...] You mispelled

Re: Dub and unit-threaded import problem

2016-03-05 Thread Casey via Digitalmars-d-learn
On Saturday, 5 March 2016 at 18:01:48 UTC, Atila Neves wrote: On Saturday, 5 March 2016 at 15:05:50 UTC, Casey wrote: Hello, I'm just starting a small project with dub and unit-threaded, but I'm getting an issue where the file "unit_threaded.d" cannot be found. [...] You mispelled

Re: Dub and unit-threaded import problem

2016-03-05 Thread Sebastiaan Koppe via Digitalmars-d-learn
On Saturday, 5 March 2016 at 15:05:50 UTC, Casey wrote: { "name": "unittest", "preBuildCommands": [ "dub run unit-threaded -c gen_ut_main -- -f bin/ut.d" ], "mainSourceFile": "bin/ut.d", "excludedSourceFiles": ["source/app.d"], "dependences": {

Re: Dub and unit-threaded import problem

2016-03-05 Thread Atila Neves via Digitalmars-d-learn
On Saturday, 5 March 2016 at 15:05:50 UTC, Casey wrote: Hello, I'm just starting a small project with dub and unit-threaded, but I'm getting an issue where the file "unit_threaded.d" cannot be found. [...] You mispelled "dependencies". Atila

Dub and unit-threaded import problem

2016-03-05 Thread Casey via Digitalmars-d-learn
Hello, I'm just starting a small project with dub and unit-threaded, but I'm getting an issue where the file "unit_threaded.d" cannot be found. Details: DMD version: DMD64 2.070.0 Dub version: 0.9.24 Dub Config: { "name": "pst", "targetType": "executable", "targetPath":

Re: import problem

2011-05-20 Thread Lloyd Dupont
Well.. I'm using Visual D, so I have to find out how to set up the compiler! At any rates, I gave up on DFL, as it requires to overwrite the runtime library. I don't feel quite ready for it It'll be OK if I had any clue as to which file are going to be overwritten.. but now I'm confused..

import problem

2011-05-19 Thread Lloyd Dupont
so I copied the Entice generated UI code in Visual D, and tried to compile. I got 1 error: Error1Error: module all is in file 'dfl\all.d' which cannot be read C:\Dev\DTest\DTest1\myform.d7 On import dfl.all; For info I do have dfl.all in C:\D\dmd2\windows\import\dfl

Re: import problem

2011-05-19 Thread Jesse Phillips
Jesse Phillips Wrote: Lloyd Dupont Wrote: so I copied the Entice generated UI code in Visual D, and tried to compile. I got 1 error: Error1Error: module all is in file 'dfl\all.d' which cannot be read C:\Dev\DTest\DTest1\myform.d7 On import dfl.all; For info I