Thread overview
DIDE
Dec 06, 2003
user
Dec 06, 2003
Charles Sanders
Dec 07, 2003
albin.pucnik
Dec 07, 2003
Charles Sanders
December 06, 2003
Hi!
1. When running programms created in DIDE, why does also
   DOS windows show up?
2. Winsamp demo from dmd\samples\d does not display buttons
   when compiled and run with DIDE. But it does when compiled
   and run from command prompt.
3. There is nothing under WindyAPI.lib on DIDE website.

Albin

December 06, 2003
Hi albin,

1.) it runs the commandline program written usually, to keep it from
disappearing so quickly use system("pause"); or scanf() or similar.

2.) Thats weird someone else has mentioned that, it runs fine here ( using win2k advanced server ) , i think it might be with the digmanifest.rc being included.  I have removed the dependency on digc for the next release which ill upload now, please tell me if this fixes it ?

3.) Yea my host was having problems, ill upload now.  ( also see next
post. )


<user@domain.invalid> wrote in message news:bqtgab$hud$1@digitaldaemon.com...
> Hi!
> 1. When running programms created in DIDE, why does also
>     DOS windows show up?
> 2. Winsamp demo from dmd\samples\d does not display buttons
>     when compiled and run with DIDE. But it does when compiled
>     and run from command prompt.
> 3. There is nothing under WindyAPI.lib on DIDE website.
>
> Albin
>


December 07, 2003
Hi!
1. Butons have appeared now.
2. I still don't know, how to get rid of DOS window,
   that appears with app created with DIDE.
3. Is Windy going to substitute DIG?


Albin



December 07, 2003
1. cool
2. are you creating a console app ? if you are a createing a windows app add
the flags

EXET:NT,SU:windows

to the linker ( in the little linker flags box )
3. yes, RAD kit on the way, do what you can do to improve it please

C
<albin.pucnik@guest.arnes.si> wrote in message
news:bqunbn$2pjq$1@digitaldaemon.com...
> Hi!
> 1. Butons have appeared now.
> 2. I still don't know, how to get rid of DOS window,
>     that appears with app created with DIDE.
> 3. Is Windy going to substitute DIG?
>
>
> Albin
>
>
>