Author |
Message |
Topic: Building with rdmd fails because of .di files |
Abscissa
Replies: 2
Views: 10689
|
Forum: Derelict Posted: Wed Oct 26, 2011 3:15 pm Subject: Fixed RDMD |
FWIW, this problem should now be fixed in the RDMD that ships with DMD 2.056. |
Topic: so much spam! |
Abscissa
Replies: 29
Views: 222345
|
Forum: Site Posted: Sat Oct 22, 2011 3:15 pm Subject: kill cainiao1988 |
The username cainiao1988 has been running rampant spreading spam all over these forums. There's 146 spammings by him so far:
http://www.dsource.org/forums/search.php?mode=results&search_author= ... |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Fri Jul 15, 2011 3:03 am Subject: Doesn't output converted exe |
I haven't had a change to actually try it in VisualD with the debugger yet, but that new version does seems to work so far, thanks. A pdb is created, the exe is modified (and shrunk to roughly the siz ... |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Mon Jul 11, 2011 8:16 pm Subject: Doesn't output converted exe |
From the log file, I can see a termination code of 0xC0000005, which means that there is a memory access violation happening. Can you provide the dax_debug.exe to reproduce here? Does it also happen i ... |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Sun Jul 10, 2011 2:06 pm Subject: Doesn't output converted exe |
Sorry it took until now to get to it. Here's the pml file:
http://www.semitwist.com/download/misc/logfile.PML |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Fri Jun 17, 2011 1:37 pm Subject: Doesn't output converted exe |
Hmmm, does cv2pdb output its banner and version if you start it without parameters?
Yes.
What OS are you running. It might not work with anything before XP, though I only have found evidence tha ... |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Thu Jun 16, 2011 7:07 pm Subject: Doesn't output converted exe |
It doesn't work within VisualD either.
I checked and the exe was not being used by any other process.
Using 3 args still gives me the same result. |
Topic: Rewrite progress? |
Abscissa
Replies: 1
Views: 45183
|
Forum: Orange Posted: Thu Jun 16, 2011 1:48 pm Subject: Rewrite progress? |
I saw in another thread you're in the middle of a complete rewrite of Orange. I'm wondering how far along that is. Is a release just around the corner, or is there still a fair bit more to do?
Also ... |
Topic: Doesn't output converted exe |
Abscissa
Replies: 10
Views: 30125
|
Forum: cv2pdb Posted: Sat Jun 11, 2011 11:25 pm Subject: Doesn't output converted exe |
I installed cv2pdb with the VisualD installer, but anytime I try to use it it does create a pdb, however, no new exe is created and the existing exe is left unchanged (and there's no error message or ... |
Topic: Tips for updating DDMD to a new DMD? |
Abscissa
Replies: 1
Views: 15276
|
Forum: ddmd Posted: Thu Jun 09, 2011 5:38 pm Subject: Tips for updating DDMD to a new DMD? |
Are there any tips, recommendations, standard procedures, etc for upgrading DDMD to a newer DMD? I'd like to try, but DDMD's source seems to be organized differently from DMD's so I'm not even really ... |
Topic: Proposal for making DDMD-based projects easier to maintain |
Abscissa
Replies: 3
Views: 15276
|
Forum: ddmd Posted: Tue Jun 07, 2011 9:40 pm Subject: Proposal for making DDMD-based projects easier to maintain |
I've gone ahead and implemented this, but without the "insertGlobalExtension" (at least for now), and using "T" instead of "string name". |
Topic: Proposal for making DDMD-based projects easier to maintain |
Abscissa
Replies: 3
Views: 15276
|
Forum: ddmd Posted: Fri Mar 25, 2011 3:13 pm Subject: Proposal for making DDMD-based projects easier to maintain |
One thing that I can think of is that if there's many of these mixins it can slow down the compilation.
If that is so, I suspect it would only apply to projects that actually make use of it. I can' ... |
Topic: Proposal for making DDMD-based projects easier to maintain |
Abscissa
Replies: 3
Views: 15276
|
Forum: ddmd Posted: Sat Oct 30, 2010 6:19 pm Subject: Proposal for making DDMD-based projects easier to maintain |
I have an idea for making projects based off of DDMD easier to maintain and keep in-sync with DDMD. I can make the change myself if it sounds like a good idea.
DMD and by extension DDMD have a LOT ... |
Topic: License, Backend and dmd.lib |
Abscissa
Replies: 2
Views: 14689
|
Forum: ddmd Posted: Sun Oct 24, 2010 3:43 am Subject: Re: License, Backend and dmd.lib |
Thanks.
I'm not sure about license. Feel free to suggest any!
I'm normally partial to the zlib/libpng license due to it's permissiveness, shortness, and being extremely easy to read (and no all- ... |
Topic: ddmd on linux |
Abscissa
Replies: 16
Views: 55476
|
Forum: ddmd Posted: Sat Oct 23, 2010 9:10 pm Subject: ddmd on linux |
Some imports are missing in linux_lib.mak and strtold.c wants to be compiled with gcc, not g++. I attached a patch to this issue: http://www.dsource.org/projects/ddmd/ticket/9
libdmd.a compiles but ... |
|