|
From: <wa...@wa...> - 2004-05-25 19:05:33
|
On 25 May 2004 at 12:26, fa...@uc... wrote: > > Hi, > I just downloaded dev-c++ I wrote a helloworld program. > When I tried compiling It gave me the message unable to run. > I checked compiling options and I was told to include the location of > my binaries. I don't know where they are located. Could I get some > help with finding my binaries. The thing that trips most people up when they install Dev-C++ is that they install it into a directory structure where the names contain spaces. This is bad. Another thing that trips people up is that they start compiling code in directories where the names have spaces. This is also bad. So... where did you install the program? Can you include the compile log in your next message? (NOTE: this is not the error log that shows up under the Compile tab; this is the full compile log that shows up under the Compile Log tab.) HTH. Watson |