Re: compiled program not running
From: Barry Schwarz (schwarzb_at_deloz.net)
Date: 02/22/04
- Next message: Leor Zolman: "Re: dictionary + binary search = counting words"
- Previous message: Sam of California: "Re: Further along the evaluation order: Was: Order of evaluation."
- In reply to: Guy .S: "compiled program not running"
- Next in thread: sjb: "Re: compiled program not running"
- Reply: sjb: "Re: compiled program not running"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Feb 2004 16:29:38 GMT
On Sat, 21 Feb 2004 18:09:54 GMT, "Guy .S" <lpq@citenet.net> wrote:
>help
>i compile a small program and run it from within the compiler, it run fine
>i have 3 files, myprogram.exe, myprogram.obj, myprogram.c
>when i exit the compiler and type at the dos prompt myprogram.exe
>i get the message
>this example program can only be run from within the IDE
>what is the IDE?
>thnks, Guy
>
The IDE is the environment set up for you by your compiler. You need
to read your compiler's documentation for how to build a free standing
program.
<<Remove the del for email>>
- Next message: Leor Zolman: "Re: dictionary + binary search = counting words"
- Previous message: Sam of California: "Re: Further along the evaluation order: Was: Order of evaluation."
- In reply to: Guy .S: "compiled program not running"
- Next in thread: sjb: "Re: compiled program not running"
- Reply: sjb: "Re: compiled program not running"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|