Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I need to translate my server side scripts from Python to Delphi (nobody in the company wants to learn Python and almost all development is done with Delphi). I already translated some scripts into Delphi command line programs, but even when the programs abort using Halt(1), CVSNT doesn't get an errorlevel > 0 so it executes everything and displays "***** CVS exited normally with code 0 *****" in WinCVS output window. Does anybody knows how to exit programs in Delphi returning the correct errorlevel I need? Regards, Zandao.