From: "Bill Zissimopoulos" Subject: Re: RunTime Error 217 - How ? Date: 22 Dec 1999 00:00:00 GMT Message-ID: <83rjba$gcg6@forums.borland.com> References: <83pkg7$sqn10@forums.borland.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Organization: None X-MSMail-Priority: Normal Newsgroups: borland.public.delphi.winapi NirmalKannan wrote: > I got a run - time error 217 some times(once in 100) when i try to > start my app The app is also halted.Documentation says thet run time > error 217 - > EControlC , caused when user terminates a CONSOLE > application by pressing Ctrl+C .But my app is NOT console ! . One of your initialization sections is failing and throws an exception. The run-time is not ready to properly handle exceptions at this point and you get this error. Bill