Author: Dann Corbit
Date: 03:03:53 02/13/02
Go up one level in this thread
On February 13, 2002 at 05:23:50, Odd Gunnar Malin wrote: >Hi. > >When I try to start a consoleprogram from CA as Winboard Engine or UCI engine >the programpath is split in the argv[] (int main(int argc, char* argv[])). > >Ex. >Winboardengine >c:\Program Files\Chess Assistant6\PolarEngine.exe >would give >argv[0] = c:\Program >argv[1] = Files\Chess >argv[2] = Assistant6\PolarEngine.exe > >and not as from other program >argv[0]=c:\Program Files\Chess Assistant6\PolarEngine.exe >argv[1]=<empty> > >Is this an error in CA or in some common .dll files that follows >Delphi-programs? Try: "c:\Program Files\Chess Assistant6\PolarEngine.exe" The parser sees the white space as marking a new token.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.