www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Snapshot 0.6.1

reply "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
This is sort of an evolutionary release for the installer.  It also adds =

some cool parts I thought were a little lacking.  Chris' DCode editor=20
won the bid for a simple editor to bundle in.  It's small and it works.=20
  What more could you look for?  I also added Bud, which should help in=20
making some older software work.  I also added DAllegro 4.2.2.0, and the =

Allegro DLL files will automatically install to C:\Windows\System32 so=20
you don't have to mess around with all that rot.

If there isn't anything in that list (DAllegro, Bud, DCode) that you=20
want, I wouldn't suggest bothering to upgrade.  If you want to try it,=20
it's available for download on the site:

http://www.fsdev.net/gf/project/dmd-snaps/frs/?action=3DFrsReleaseView&re=
lease_id=3D113

Also, I changed the downloads to mod_proxy pass through to a LigHTTPd=20
server, so downloads won't block page views.  It will also allow for an=20
infinite number of simultaneous downloads.  Well, lighty limits to 20K=20
people, but for all practical purposes it might as well be infinite.

I hope you find it useful!
Jun 03 2008
next sibling parent Lutger <lutger.blijdestin gmail.com> writes:
Cool thanks. It runs good under wine, still have to setup all paths though
and test how dsss operates. Dcode works perfectly. 

I still think tango docs would be useful and have found that dil can
generate very nice documentation: http://code.google.com/p/dil/

The tarball of tango doc in html is about 800 kb, but I'm sure a more
spartan kind of doc can be made that is much smaller.
Jun 04 2008
prev sibling next sibling parent reply janderson <askme me.com> writes:
Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 so 
 you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I don't have my windows installed under C:\Windows\System32, Its in D:\win2\System32. There are various ways to get windows system32 path. The installer tool your using should have some special path for it. -Joel
Jun 05 2008
next sibling parent reply janderson <askme me.com> writes:
janderson wrote:
 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 so 
 you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I don't have my windows installed under C:\Windows\System32, Its in D:\win2\System32. There are various ways to get windows system32 path. The installer tool your using should have some special path for it. -Joel
Of course the work around I used was simply to create those folders and then copy the files across. -Joel
Jun 05 2008
parent reply "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
janderson wrote:
 janderson wrote:
 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32=20
 so you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I=
=20
 don't have my windows installed under C:\Windows\System32, Its in=20
 D:\win2\System32.   There are various ways to get windows system32=20
 path.  The installer tool your using should have some special path for=
=20
 it.

 -Joel
=20 Of course the work around I used was simply to create those folders and=
=20
 then copy the files across.
I got mad enough at not having DDBI to do something about it. I just=20 updated to Tango 0.99.7 from SVN and even threw in some custom hacks to=20 get Sqlite working. That involved throwing out all the Sqlite Prepared=20 Statement functionality, but oh well. Just remember to include=20 -version=3Ddbi_sqlite and -llsqlite3.lib when you try it. The new version is uploaded and ready. I also modified the pathmunging=20 script to allow it to work side-by-side with another installation of=20 DMD. Oh, I also modified DWT a bit so that it doesn't emit a billion=20 warnings about Tango's FileConst migration. http://www.fsdev.net/gf/project/dmd-snaps/frs/?action=3DFrsReleaseView&re= lease_id=3D114 Hope that makes life a little easier.
Jun 05 2008
parent janderson <askme me.com> writes:
Chris R. Miller wrote:
 janderson wrote:
 janderson wrote:
 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 
 so you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I don't have my windows installed under C:\Windows\System32, Its in D:\win2\System32. There are various ways to get windows system32 path. The installer tool your using should have some special path for it. -Joel
Of course the work around I used was simply to create those folders and then copy the files across.
I got mad enough at not having DDBI to do something about it. I just updated to Tango 0.99.7 from SVN and even threw in some custom hacks to get Sqlite working. That involved throwing out all the Sqlite Prepared Statement functionality, but oh well. Just remember to include -version=dbi_sqlite and -llsqlite3.lib when you try it. The new version is uploaded and ready. I also modified the pathmunging script to allow it to work side-by-side with another installation of DMD. Oh, I also modified DWT a bit so that it doesn't emit a billion warnings about Tango's FileConst migration. http://www.fsdev.net/gf/project/dmd-snaps/frs/?action=FrsReleas View&release_id=114 Hope that makes life a little easier.
Just having an installer like this is a huge step forward. I wish Walter would put a link to it in his download section. I wonder how many people give up using DMD just because they see a zip file on the website? -Joel
Jun 06 2008
prev sibling parent reply Chris R. Miller <lordSaurontheGreat gmail.com> writes:
janderson Wrote:

 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 so 
 you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I don't have my windows installed under C:\Windows\System32, Its in D:\win2\System32. There are various ways to get windows system32 path. The installer tool your using should have some special path for it.
Good grief! I rationalized not looking up the docs for the System32 location by assuming that there aren't many people who install to locations other than C:\Windows\system32. Stoopid me. Oh well... Murphy's law. The moment I stop assuming the worst, the worst will happen. In this case, the worst possible is that someone installed to somewhere other than C:\Windows\System32. I'll make a new installer when I get back home to my build machine.
Jun 05 2008
next sibling parent "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
Chris R. Miller wrote:
 janderson Wrote:
=20
 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 s=
o=20
 you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I=
=20
 don't have my windows installed under C:\Windows\System32, Its in=20
 D:\win2\System32.   There are various ways to get windows system32 pat=
h.=20
   The installer tool your using should have some special path for it.
=20 Good grief! I rationalized not looking up the docs for the System32 lo=
cation by assuming that there aren't many people who install to locations= other than C:\Windows\system32.
=20
 Stoopid me.
=20
 Oh well... Murphy's law.  The moment I stop assuming the worst, the wor=
st will happen. In this case, the worst possible is that someone install= ed to somewhere other than C:\Windows\System32.
=20
 I'll make a new installer when I get back home to my build machine.
Well, since my current working set is with Tango 0.99.7 (unstable and=20 unreleased) I think I'll just suffice it to say I fixed the script and=20 you won't have to use that work around next time. I don't want to=20 release my current development copy right now, since it's got some=20 untested material in it that I don't want to release without ensuring=20 that it works.
Jun 05 2008
prev sibling parent janderson <askme me.com> writes:
Chris R. Miller wrote:
 janderson Wrote:
 
 Chris R. Miller wrote:
 Allegro DLL files will automatically install to C:\Windows\System32 so 
 you don't have to mess around with all that rot.
This is actually a problem for me. The install won't finish because I don't have my windows installed under C:\Windows\System32, Its in D:\win2\System32. There are various ways to get windows system32 path. The installer tool your using should have some special path for it.
Good grief! I rationalized not looking up the docs for the System32 location by assuming that there aren't many people who install to locations other than C:\Windows\system32.
Yeah, the main reason I have windows installed there is that it's like the 7th time I've had to re-install it. So you can blame MS.
 
 Stoopid me.
 
 Oh well... Murphy's law.  The moment I stop assuming the worst, the worst will
happen.  In this case, the worst possible is that someone installed to
somewhere other than C:\Windows\System32.
 
 I'll make a new installer when I get back home to my build machine.
 
Great! -Joel
Jun 06 2008
prev sibling parent janderson <askme me.com> writes:
Chris R. Miller wrote:
 This is sort of an evolutionary release for the installer.  It also adds 
 some cool parts I thought were a little lacking.  Chris' DCode editor 
 won the bid for a simple editor to bundle in.  It's small and it works. 
  What more could you look for?  I also added Bud, which should help in 
 making some older software work.  I also added DAllegro 4.2.2.0, and the 
 Allegro DLL files will automatically install to C:\Windows\System32 so 
 you don't have to mess around with all that rot.
 
 If there isn't anything in that list (DAllegro, Bud, DCode) that you 
 want, I wouldn't suggest bothering to upgrade.  If you want to try it, 
 it's available for download on the site:
 
 http://www.fsdev.net/gf/project/dmd-snaps/frs/?action=FrsReleas
View&release_id=113 
 
 
 Also, I changed the downloads to mod_proxy pass through to a LigHTTPd 
 server, so downloads won't block page views.  It will also allow for an 
 infinite number of simultaneous downloads.  Well, lighty limits to 20K 
 people, but for all practical purposes it might as well be infinite.
 
 I hope you find it useful!
 
I like the simplicity of DCode for just trying small programs out. The only real thing that bugs me with it is that it doesn't auto save when I press F7. -Joel
Jun 05 2008