Re: .bat file to help compile easier - dmd/build

2009-01-05 Thread Sean Kelly
== Quote from Don (nos...@nospam.com)'s article > Tim M wrote: > > > >> No way! On Windows, bud is much better. dsss can't build dlls, for > >> example, which is a blocker for me. It also seems to be based around > >> the flawed concept that you have a small number of build configurations. > > > >

Re: .bat file to help compile easier - dmd/build

2009-01-05 Thread Don
Tim M wrote: No way! On Windows, bud is much better. dsss can't build dlls, for example, which is a blocker for me. It also seems to be based around the flawed concept that you have a small number of build configurations. GC'd memory and DLL just don't go well together. I use C++ for my dll

Re: .bat file to help compile easier - dmd/build

2009-01-04 Thread Christopher Wright
Daniel Keep wrote: I'm surprised you didn't call me out on the evil monster that is Tango's Variant type. Or the Zip code. I really need to find time to go through all the bugs against that stuff and fix them all... Tango's Variant works for anything you give it. That's a bit more than I ca

Re: .bat file to help compile easier - dmd/build

2009-01-04 Thread Lutger
John Reimer wrote: > Hello tim, > >> On Sun, 04 Jan 2009 01:40:03 +1300, John Reimer >> wrote: >> >>> Hello Don, >>> Tim M wrote: > On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. > wrote: >> Okay, so right now, I'm making a small game(Mario) using DAllegro. >> I >>

Re: .bat file to help compile easier - dmd/build

2009-01-04 Thread Daniel Keep
John Reimer wrote: Hello Daniel, John Reimer wrote: [snip] Probably more history here than you, but it was kind of fun looking back on it. If anyone sees some inaccurancies, be sure to correct. -JJR "inaccurancies" should be "inaccuracies". :P Thanks for the look back. -- Daniel

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread John Reimer
Hello Daniel, John Reimer wrote: [snip] Probably more history here than you, but it was kind of fun looking back on it. If anyone sees some inaccurancies, be sure to correct. -JJR "inaccurancies" should be "inaccuracies". :P Thanks for the look back. -- Daniel Incidentally for thos

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread John Reimer
Hello Daniel, John Reimer wrote: [snip] Probably more history here than you, but it was kind of fun looking back on it. If anyone sees some inaccurancies, be sure to correct. -JJR "inaccurancies" should be "inaccuracies". :P Thanks for the look back. -- Daniel lol... thanks :) -

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Daniel Keep
John Reimer wrote: [snip] Probably more history here than you, but it was kind of fun looking back on it. If anyone sees some inaccurancies, be sure to correct. -JJR "inaccurancies" should be "inaccuracies". :P Thanks for the look back. -- Daniel

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread John Reimer
Hello tim, On Sun, 04 Jan 2009 01:40:03 +1300, John Reimer wrote: Hello Don, Tim M wrote: On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress:

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Denis Koroskin
On Sun, 04 Jan 2009 03:44:05 +0300, Tim M wrote: On Sun, 04 Jan 2009 01:40:03 +1300, John Reimer wrote: Hello Don, Tim M wrote: On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I hav

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Tim M
On Sun, 04 Jan 2009 01:40:03 +1300, John Reimer wrote: Hello Don, Tim M wrote: On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mar

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Tim M
No way! On Windows, bud is much better. dsss can't build dlls, for example, which is a blocker for me. It also seems to be based around the flawed concept that you have a small number of build configurations. GC'd memory and DLL just don't go well together. I use C++ for my dlls but D fo

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Michael P.
torhu Wrote: > On 02.01.2009 22:21, Jarrett Billingsley wrote: > > On Fri, Jan 2, 2009 at 2:17 PM, Michael P. wrote: > >> Okay, so right now, I'm making a small game(Mario) using DAllegro. I use > >> build, and every time, I have to type this in to compile my progress: > >> > >> build mario al

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread torhu
On 02.01.2009 22:21, Jarrett Billingsley wrote: On Fri, Jan 2, 2009 at 2:17 PM, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mario alleg.lib Now, I know it's not a lot

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread John Reimer
Hello Don, Tim M wrote: On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mario alleg.lib Now, I know it's not a lot of typing. But cons

Re: .bat file to help compile easier - dmd/build

2009-01-03 Thread Don
Tim M wrote: On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mario alleg.lib Now, I know it's not a lot of typing. But considering I ty

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Michael P.
Jarrett Billingsley Wrote: > On Fri, Jan 2, 2009 at 2:17 PM, Michael P. wrote: > > Okay, so right now, I'm making a small game(Mario) using DAllegro. I use > > build, and every time, I have to type this in to compile my progress: > > > > build mario alleg.lib > > > > Now, I know it's not a lot o

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Jarrett Billingsley
On Fri, Jan 2, 2009 at 8:20 PM, Jarrett Billingsley wrote: > On Fri, Jan 2, 2009 at 7:29 PM, Bill Baxter wrote: >> >> Ah, didn't notice because gmail hid your response inside a "click here >> to see quoted message". > > It does seem to have that bad habit, doesn't it. > Er, I hope you don't take

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Jarrett Billingsley
On Fri, Jan 2, 2009 at 7:29 PM, Bill Baxter wrote: > > Ah, didn't notice because gmail hid your response inside a "click here > to see quoted message". It does seem to have that bad habit, doesn't it.

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Bill Baxter
On Sat, Jan 3, 2009 at 7:20 AM, Jarrett Billingsley wrote: > On Fri, Jan 2, 2009 at 4:35 PM, Bill Baxter wrote: >> On Sat, Jan 3, 2009 at 4:17 AM, Michael P. wrote: >>> Okay, so right now, I'm making a small game(Mario) using DAllegro. I use >>> build, and every time, I have to type this in to

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Tim M
On Sat, 03 Jan 2009 08:17:17 +1300, Michael P. wrote: Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mario alleg.lib Now, I know it's not a lot of typing. But considering I type mario wro

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Jarrett Billingsley
On Fri, Jan 2, 2009 at 4:35 PM, Bill Baxter wrote: > On Sat, Jan 3, 2009 at 4:17 AM, Michael P. wrote: >> Okay, so right now, I'm making a small game(Mario) using DAllegro. I use >> build, and every time, I have to type this in to compile my progress: >> >> build mario alleg.lib >> >> Now, I kno

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Bill Baxter
On Sat, Jan 3, 2009 at 6:35 AM, Bill Baxter wrote: > On Sat, Jan 3, 2009 at 4:17 AM, Michael P. wrote: >> Okay, so right now, I'm making a small game(Mario) using DAllegro. I use >> build, and every time, I have to type this in to compile my progress: >> >> build mario alleg.lib >> >> Now, I kno

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Bill Baxter
On Sat, Jan 3, 2009 at 4:17 AM, Michael P. wrote: > Okay, so right now, I'm making a small game(Mario) using DAllegro. I use > build, and every time, I have to type this in to compile my progress: > > build mario alleg.lib > > Now, I know it's not a lot of typing. But considering I type mario wro

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Jarrett Billingsley
On Fri, Jan 2, 2009 at 2:17 PM, Michael P. wrote: > Okay, so right now, I'm making a small game(Mario) using DAllegro. I use > build, and every time, I have to type this in to compile my progress: > > build mario alleg.lib > > Now, I know it's not a lot of typing. But considering I type mario wro

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Derek Parnell
On Fri, 02 Jan 2009 14:17:17 -0500, Michael P. wrote: > Okay, so right now, I'm making a small game(Mario) using DAllegro. I use > build, and every time, I have to type this in to compile my progress: > > build mario alleg.lib > > Now, I know it's not a lot of typing. But considering I type mar

Re: .bat file to help compile easier - dmd/build

2009-01-02 Thread Daniel de Kok
On Fri, 02 Jan 2009 14:17:17 -0500, Michael P. wrote: > But, mario will execute even if there are errors found by dmd. Is there > anything that I can use to see if errors were found, and if there isn't, > execute it, and if there is, don't execute it? DMD1.036, Windows XP, > Build/Bud 3.04 I haven

.bat file to help compile easier - dmd/build

2009-01-02 Thread Michael P.
Okay, so right now, I'm making a small game(Mario) using DAllegro. I use build, and every time, I have to type this in to compile my progress: build mario alleg.lib Now, I know it's not a lot of typing. But considering I type mario wrong every so often, and I generally want to execute it after,