... Great! Thanks for keeping us informed. I noticed the stripping program when dig files were stripped. The hardest part about fixing it may be figuring out...
... It's too bad that dig breaks with every other release of DMD. I usually agree with Walter's changes, but I can't wait for DMD 1.0. [snip] ... in ... Wow,...
... That's what I was thinking but start from 0.0.14.1 I think if I start back at 0.0.1 it'll be to confusing (and the purpose is to not be confusing). If you...
... I guess so, but it would make it a mighty long number. I normally update the numbers on my webpage. And normally dig works for a few versions of DMD...
... Ok, just thought I would suggest it. It doesnt really matter anyway I suppose, because i've noticed that you always mention the corresponding dmd anyway. I...
Anyone used digc to create DLL's ? Im having some trouble, the omfListExports seems to work great except for including class defintions. Example foo.d class...
Updated dig with Pavels openGL as Burtons openGL seems to be missing things. However if openGL anything causes a linking error it may need to be added to...
... missing ... need ... I downloaded unDig 0.0.0.15. I'll see if I can compile it later. I've been working a little on fixing the problem with strip.d. I've ...
-Added showModalGame which is more suitable for computer games because it gives more of the cpu to the app. It also has two new events, onIdle and onFrame. ...
-Fixed scintilla message passing (events) by adding a dispatcher onNotify. You should note, that I'm using the minor version number for minor changes. Burton...
1. could you replace net\BurtonRadons\digc\program.d:200 with command ~= " -I" ~ digPlatformBaseDirectory ~ r"\dmd\src"; 2. could you add "make debug" to the...
... Done. ... I not quite sure how to do this without doubling the size of the make file. I've added a PARAMS in the makefile which you can modify if you wish...
... Great. ... make ... you ... in it. ... I took an easier path (although a bit dumb ;) ): I added -g to DIGLIBS (that's the name, right?). ... undig ... ...
I just fixed Burton Radon's sqlite library to compile with DMD 0.88. Burton's work is still available at http://www.opend.org/sqlite/index.html. I uploaded my...
I've updated Burton Radon's urllib to compile with DMD 0.88. It's in the Files section in the new urllib directory. As far I know Burton's work wasn't released...
Is there anyone here that might want to take a look at my project, a pong game using sdl + opengl and help me out figure where the heck is that leak? I cant...
... a ... is ... program ... Memory leak? Why do you think it's a memory leak? The GC might look as if it was leaking memory for a while, and clean up later....
Ok, i have looked at the project and now i know where your impression of a memory leak comes from. It is from the implementation of Vector3f, which allocates...
***Brief commercial interruption for great free webmail offer*** I've got some gmail invites. Does anyone want a free 1 GB web-mail account? If so, send a...
I just got an "updated" version of digc from smock.com. The only problem is that I can't get it to compile. I get these problems: Source\autodoc.d(584):...
... I haven't looked at the smock.com code (at least not recently), but I think I know what the problem is. Fairly recently, "scope" was made a keyword in D....
I was cheking some examples at http://jcc_7.tripod.com/d/tutor/ by jccalvarese, and saw that that in the currency example he doesn't make use of the...
... Thanks for bringing this to my attention. I looked at this example (http://jcc_7.tripod.com/d/tutor/currency.html) and you're exactly right that using...
... No problem. BTW, I'm working in some little things not worthy of an entry in dsource, such as a command line parameter function, but since I'm new to D I...
... If you're worried that someone will mind that you've posted code there, it's fine. Everyone has permission to post code on Wiki4D. If you're worried that...