Message-ID: <363E9394.AF7E11C6@post.comstar.ru> Date: Tue, 03 Nov 1998 08:24:36 +0300 From: Dim Zegebart Organization: Comstar Ltd. X-Mailer: Mozilla 4.07 [en] (WinNT; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: hope iam in the right place References: <35C434F4 DOT 105C AT pacbell DOT net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com RaVeN wrote: > int main (char *argv[]) { Actually, correct prototype for main looks like this - int main(int argc,char *argv[]) This isn't root of your problem, but who knows how it can interference with your program. -- Dim Zegebart Moscow, Russia