www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Just downloaded DigMars, Cannot run sc.exe

↑ ↓ ← "Aurura" <aurura ev1.net> writes:
Hello, everyone.   I'm Aurura, and I'm a C++ and DigitalMars newbie.  ;8^)

I cannot open the exe.  As soon as I click on it, it flashes on my screen for a
half second, then it's gone.  I have no idea why.

I've downloaded the .zip into My Download Files, and created a "DigitalMars"
folder in my Program Files for the files to be extracted into.

I use Win98, My computer uses 511MB of RAM and my hard disk space for this OS is
approx. 19Gig.

Also, where do I find the tutorial(s) from DigitalMars concerning the compiler?

Thanks,

Aurura
Sep 15 2002
→ "Walter" <walter digitalmars.com> writes:
You need to open a console window and run it from there (also known as a
'command prompt').

"Aurura" <aurura ev1.net> wrote in message
news:am39as$ft5$1 digitaldaemon.com...
 Hello, everyone.   I'm Aurura, and I'm a C++ and DigitalMars newbie.  ;8^)

 I cannot open the exe.  As soon as I click on it, it flashes on my screen

 half second, then it's gone.  I have no idea why.

 I've downloaded the .zip into My Download Files, and created a

 folder in my Program Files for the files to be extracted into.

 I use Win98, My computer uses 511MB of RAM and my hard disk space for this

 approx. 19Gig.

 Also, where do I find the tutorial(s) from DigitalMars concerning the

 Thanks,

 Aurura

Sep 15 2002
→ user domain.invalid writes:
Aurura wrote:
 Hello, everyone.   I'm Aurura, and I'm a C++ and DigitalMars newbie.  ;8^)

Welcome.
 
 I cannot open the exe.  As soon as I click on it, it flashes on my screen for a
 half second, then it's gone.  I have no idea why.

Because it is a win32 console program. Just like xcopy or move or dir, you must run it from a console window (aka 'Dos Prompt' or 'Command Prompt') The compiler does nothing without extra "command line arguments". (like xcopy)
 
 I've downloaded the .zip into My Download Files, and created a "DigitalMars"
 folder in my Program Files for the files to be extracted into.
 
 I use Win98, My computer uses 511MB of RAM and my hard disk space for this OS
is
 approx. 19Gig.
 
 Also, where do I find the tutorial(s) from DigitalMars concerning the compiler?

Try a google search "c++ tutorial", you get lots of tutorials. Some also explain how to use a command line compiler.
 
 Thanks,
 
 Aurura
 
 

Sep 16 2002