digitalmars.D.announce - nonagon is now open source
- Jarrett Billingsley (7/7) Apr 30 2007 Man has it been a while since I posted anything about this. I've set up...
- Clay Smith (5/15) May 01 2007 Trying to compile, I get
- Jarrett Billingsley (4/8) May 01 2007 That's probably just the "del *.obj" line of the batch file failing. Is...
- Clay Smith (4/16) May 01 2007 I got it to compile and run by deleting those delete statements in both
- Gareth (5/5) May 14 2009 hi, Jarrett Billingsley
- Jarrett Billingsley (2/7) May 15 2009 I've responded by email.
Man has it been a while since I posted anything about this. I've set up a project on DSource for nonagon, my DirectX 9 3D game engine, and put the source (and some accompanying test media files) in the repo. It's not really at a stable release right now, but I just kind of wanted to throw it in there for now. So of course the DSource page is at http://www.dsource.org/projects/nonagon and I'll also be posting announcements for nonagon on its forum at dsource.
Apr 30 2007
Jarrett Billingsley wrote:Man has it been a while since I posted anything about this. I've set up a project on DSource for nonagon, my DirectX 9 3D game engine, and put the source (and some accompanying test media files) in the repo. It's not really at a stable release right now, but I just kind of wanted to throw it in there for now. So of course the DSource page is at http://www.dsource.org/projects/nonagon and I'll also be posting announcements for nonagon on its forum at dsource.Trying to compile, I get "System could not find the path specified. Could not find D:\nonagon\nonagon\*.obj Could not find D:\nonagon\nonagon\ff\*.obj"
May 01 2007
"Clay Smith" <clayasaurus gmail.com> wrote in message news:f17ita$1rvv$1 digitalmars.com...Trying to compile, I get "System could not find the path specified. Could not find D:\nonagon\nonagon\*.obj Could not find D:\nonagon\nonagon\ff\*.obj"That's probably just the "del *.obj" line of the batch file failing. Is that all the errors you get or are there more above it?
May 01 2007
Jarrett Billingsley wrote:"Clay Smith" <clayasaurus gmail.com> wrote in message news:f17ita$1rvv$1 digitalmars.com...I got it to compile and run by deleting those delete statements in both compile.bat and maincompile.bat and by setting DMD equal to simply dmd since it is on my path.Trying to compile, I get "System could not find the path specified. Could not find D:\nonagon\nonagon\*.obj Could not find D:\nonagon\nonagon\ff\*.obj"That's probably just the "del *.obj" line of the batch file failing. Is that all the errors you get or are there more above it?
May 01 2007
hi, Jarrett Billingsley I am learning D and D3d, and I found your project nonagon is wonderful for me . But I can not compile correctly it. Need you your help about compiling nonagon. Thanks.
May 14 2009
On Thu, May 14, 2009 at 10:37 PM, Gareth <icodetime gmail.com> wrote:hi, Jarrett Billingsley I am learning D and D3d, and I found your project nonagon is wonderful for me . But I can not compile correctly it. Need you your help about compiling nonagon. Thanks.I've responded by email.
May 15 2009