From: "Icehot" Newsgroups: comp.os.msdos.djgpp References: <38E63623 DOT DFCF9DB7 AT gs707 DOT com> <38E6477C DOT 8E06123D AT gs707 DOT com> Subject: Re: DJGPP doesn't work. Help please... Lines: 91 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <1HtF4.1152$Sb2.17783@newscontent-01.sprint.ca> Date: Sat, 1 Apr 2000 16:19:38 -0800 NNTP-Posting-Host: 149.99.124.209 X-Complaints-To: abuse AT sprint DOT ca X-Trace: newscontent-01.sprint.ca 954623805 149.99.124.209 (Sat, 01 Apr 2000 16:16:45 EST) NNTP-Posting-Date: Sat, 01 Apr 2000 16:16:45 EST Organization: Sprint Canada Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I tried installing all the new things, still doesn't work... please help.. [sob, sob] -- -- Max Ivtchenko A.K.A. Dark_Angel5 max133 AT chalktv DOT com ICQ# 20310828 http://cockpits.sim-arena.com -- The largest collection of flightsim cockpits on the 'net! (unless you show me a site that has a larger collection, of course) -- "The Yo-Yo is very difficult to explain. It was first perfected by the well-known Chinese fighter pilot Yo-Yo Noritake. He also found it difficult to explain, being quite devoid of English" -Squadron Leader K.G. Holland, RAF Fighter Pilot Icehot wrote in message news:l2sF4.1037$Sb2 DOT 16144 AT newscontent-01 DOT sprint DOT ca... > I made the exe with the syntax you gave me, it works... When it's > C. C++ doesn't work, used to, though. Here's my program. > > " > #include "iostream.h" > #include "stdio.h" > > int main() > { > cout<<"thisistext"; // doesn't work > printf("thisistext"); // works > return 0; > } > " > > I have gcc, gxx, ld in my /bin/ dir. I'm guessing this is a fault with > rhide? But why doesn't the c++ code work? Or am I too stupid > and forgot the syntax? Thanks for your help. Also, I'm guessing > I should download the new stuff? I just unzip it and replace the > old files, right? Which zips should I download? Again, thanks > for your help. > > > -- > -- > > Max Ivtchenko A.K.A. Dark_Angel5 > max133 AT chalktv DOT com > ICQ# 20310828 > http://cockpits.sim-arena.com -- The largest collection of flightsim > cockpits on the 'net! > (unless you show me a site that has a larger collection, of course) > > -- > "The Yo-Yo is very difficult to explain. It was first perfected by the > well-known > Chinese fighter pilot Yo-Yo Noritake. He also found it difficult to explain, > being quite devoid of English" > > -Squadron Leader K.G. Holland, RAF > Fighter Pilot > > Alexey Zakhlestine wrote in message > news:38E6477C DOT 8E06123D AT gs707 DOT com... > > Icehot wrote: > > > > > These are the names of the zips... I guess many are outdated? I have > win98 > > > > Yes. Many are outdated, but it is not your problem I suppose.... > > can you manually compile programs using something like following syntax? > > gcc -o prog.exe prog.c > > > > Maybe some files are missing in C:\DJGPP\BIN ? > > Do you have gcc.exe, gxx.exe, ld.exe there? > > > > -- > > Hi, I'm a signature virus. plz set me as your signature and help me spread > > :) > > > > > >