Author |
Message |
Topic: Unittest |
lloyd
Replies: 2
Views: 12467
|
Forum: Visual D Posted: Mon Jun 20, 2011 5:24 pm Subject: Unittest |
Thanks!
Good idea! I'll give it a try tonight... |
Topic: Thanks! |
lloyd
Replies: 9
Views: 25582
|
Forum: Visual D Posted: Mon Jun 20, 2011 10:59 am Subject: Thanks! |
Me too!
I'm starting to get more comfortable with D lately... having almost finished my 1st mini project!
Working from the comfort of Visual Studio was awesome! |
Topic: Unittest |
lloyd
Replies: 2
Views: 12467
|
Forum: Visual D Posted: Mon Jun 20, 2011 10:58 am Subject: Unittest |
This is not really related to Visual D, but you might have an idea seeing how it's so easy to do more with Visual D !
At any rate, I have a bunch a D project in my solution. Most of them static ... |
Topic: Me (newbie) experience with Visual D |
lloyd
Replies: 5
Views: 19765
|
Forum: Visual D Posted: Mon May 23, 2011 8:01 pm Subject: Me (newbie) experience with Visual D |
Thanks! you are very welcome to link to it hey!
BTW, you can use the 'D' category to filter to ... D! |
Topic: Me (newbie) experience with Visual D |
lloyd
Replies: 5
Views: 19765
|
Forum: Visual D Posted: Mon May 23, 2011 7:59 am Subject: Me (newbie) experience with Visual D |
I posted some more!
http://galador.net/codeblog/post/2011/05/23/Discovering-D-and-Visual-Studio-(continued%E2%80%A6).aspx
This time I build DGui myself and linked my test project to "my" ... |
Topic: Me (newbie) experience with Visual D |
lloyd
Replies: 5
Views: 19765
|
Forum: Visual D Posted: Fri May 20, 2011 11:22 am Subject: Me (newbie) experience with Visual D |
Indeed I have to give a new try at DFL now that I can compile something!
Although.. DGUI looks good too! |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Fri May 20, 2011 11:22 am Subject: Trying to use a library |
Thanks for the precision, they are good to know!
I might made a new post in a few days, about it (and my later UI experiments)! |
Topic: Using DFL with DMD 2.052 |
lloyd
Replies: 4
Views: 23302
|
Forum: DFL Posted: Fri May 20, 2011 7:26 am Subject: Using DFL with DMD 2.052 |
So.. does it work now?
Can I run DFL without using Tango?
I'm attracted to DFL because of the Entice designer... but I don't quite feel like update the BCL yet!
I try to use it at the begining of ... |
Topic: Me (newbie) experience with Visual D |
lloyd
Replies: 5
Views: 19765
|
Forum: Visual D Posted: Fri May 20, 2011 6:11 am Subject: Me (newbie) experience with Visual D |
I blogged about it there!
http://www.galador.net/codeblog/post/2011/05/20/D-for-NET-programmer.aspx
I find out one problem, I reckon (toward the bottom, when linking) the Libraries path seems not ... |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Fri May 20, 2011 2:56 am Subject: Trying to use a library |
I think I understand....
Visual D create a variable "DMD_LIB" for my lib path, but it's wrong!
according to this document:
http://www.digitalmars.com/ctg/optlink.html
it should be 'LIB ... |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Fri May 20, 2011 2:45 am Subject: Trying to use a library |
progress... (but still tumbling) on
project property => Linker => Library Files
I set "dgui_dbg.lib"
On .... Library Search Path
I set "C:\D\dgui\dgui\build\debug"
... |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Fri May 20, 2011 2:26 am Subject: Trying to use a library |
Thanks for your answer!
I should say I was confused by this page "additional imports" "string import" which one should I use? Anyway Addition import did it!
Now I dropped DFL ... |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Thu May 19, 2011 8:27 am Subject: Trying to use a library |
After some reading.. I stumbled upon something which gave me an idea...
I edit the sc.ini as follows:
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import" &quo ... |
Topic: Trying to use a library |
lloyd
Replies: 7
Views: 22868
|
Forum: Visual D Posted: Thu May 19, 2011 8:09 am Subject: Trying to use a library |
So, I installed DFL and Entice. And create a form with the Entice designer.
Then I copied the code in visual D and tried to compile!
I got this error:
Error 1 Error: module all is in file 'dfl\al ... |
Topic: Visual D |
lloyd
Replies: 0
Views: 13849
|
Forum: DFL Posted: Thu May 19, 2011 3:35 am Subject: Visual D |
Just started to play D seriously for the first time! Thanks to Visual D!!
I also discovered DFL and the Entice's DFL designer!
Now I dream... could I see one day the DLF Designer currently in Enti ... |
|