www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DIDE Setup File

reply Tommy Lillehagen <tomlil hotmail.com> writes:
Hi!

I know DIDE is temporary unavailable, but does any of you have the setup 
file of one of the versions on the disk? If so, could you please share it?

Regards,
Tommy
Dec 06 2004
parent reply J C Calvarese <jcc7 cox.net> writes:
Tommy Lillehagen wrote:
 Hi!
 
 I know DIDE is temporary unavailable, but does any of you have the setup 
 file of one of the versions on the disk? If so, could you please share it?
 
 Regards,
 Tommy
Have you tried the version that someone uploaded here? http://groups.yahoo.com/group/dide/files/ (free membership required) -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Dec 06 2004
parent reply tetsuya <tetsuya_member pathlink.com> writes:
In article <cp2uf5$1jg8$1 digitaldaemon.com>, J C Calvarese says...
Tommy Lillehagen wrote:
 Hi!
 
 I know DIDE is temporary unavailable, but does any of you have the setup 
 file of one of the versions on the disk? If so, could you please share it?
 
 Regards,
 Tommy
Have you tried the version that someone uploaded here? http://groups.yahoo.com/group/dide/files/ (free membership required) -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
or here http://www.atari-soldiers.com/dide_empty.zip (a dide without dmd) btw, i'd rather recommend VC++ for both editor support and debugging. dide is yet somehow poor. for editor support, see http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport#MicrosoftVisualC60 for debugging, see (notice: japanese) to summerize in english, 1. compile with -g option 2. open .exe on VC++ 3. open source code on VC++ 4. debug using breakpoints or stepin/out or whatever you like good luck
Dec 06 2004
parent Tommy Lillehagen <tomlil hotmail.com> writes:
tetsuya wrote:
 In article <cp2uf5$1jg8$1 digitaldaemon.com>, J C Calvarese says...
 
Tommy Lillehagen wrote:

Hi!

I know DIDE is temporary unavailable, but does any of you have the setup 
file of one of the versions on the disk? If so, could you please share it?

Regards,
Tommy
Have you tried the version that someone uploaded here? http://groups.yahoo.com/group/dide/files/ (free membership required) -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
or here http://www.atari-soldiers.com/dide_empty.zip (a dide without dmd) btw, i'd rather recommend VC++ for both editor support and debugging. dide is yet somehow poor. for editor support, see http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport#MicrosoftVisualC60 for debugging, see (notice: japanese) to summerize in english, 1. compile with -g option 2. open .exe on VC++ 3. open source code on VC++ 4. debug using breakpoints or stepin/out or whatever you like good luck
Thanks both of you! I'll try VC++ as well.. :) Thanks again!
Dec 07 2004