Re: Starting .exe: DOS prompt OK, double-click not

2003-03-24 Thread Kodaj Bence
> > "/cygdrive/c/OurAppFolder/OurScript.tcl": no such file or directory >^^ > This is a POSIX path. > You can translate it to a Windows path using the Cygwin API call > cygwin_conv_to_win32_path Thanks for the tip, but I'm not sure this is the solution. The

Starting .exe: DOS prompt OK, double-click not

2003-03-22 Thread Kodaj Bence
Hi all, We are porting a Linux application to Windows. The app heavily uses POSIX calls like fork(), and we don't want to rewrite it, therefore we have to rely on Cygwin. The source is in C++; we compile & build it with the Cygwin tools. Our problem is the following: the resulting .exe can be