digitalmars.D.announce - nonagon is now open source
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Apr 30 2007
- Clay Smith <clayasaurus gmail.com> May 01 2007
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> May 01 2007
- Clay Smith <clayasaurus gmail.com> May 01 2007
- Gareth <icodetime gmail.com> May 14 2009
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...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?
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.
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









Clay Smith <clayasaurus gmail.com> 