Re: I cant run some TCLLib functions
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: I cant run some TCLLib functions

From: Schelte Bron <nospam@wanadoo.nl>
Date: Thu Jun 30 2005 - 13:13:34 CEST

Scott Brown wrote:
> I create the interpreter using:
>
> Tcl_FindExecutable("D:\MyProgram\Server\bin\MAServer.exe");

If you are going to specify the path as a fixed value, shouldn't that be:
    Tcl_FindExecutable("D:\\MyProgram\\Server\\bin\\MAServer.exe");

Schelte

-- 
set Reply-To [string map {nospam schelte} $header(From)]
Received on Thu Sep 29 14:24:01 2005