Thread overview
DIDE Setup File
Dec 06, 2004
Tommy Lillehagen
Dec 07, 2004
J C Calvarese
Dec 07, 2004
tetsuya
Dec 07, 2004
Tommy Lillehagen
December 06, 2004
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
December 07, 2004
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/
December 07, 2004
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 http://www.sun-inet.or.jp/~yaneurao/dlang/Chapter-03.html#030400000000 (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


December 07, 2004
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
> http://www.sun-inet.or.jp/~yaneurao/dlang/Chapter-03.html#030400000000
> (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!