Changeset 1276 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc


Ignore:
Timestamp:
Nov 2, 2000, 11:18:50 AM (25 years ago)
Author:
ercodmgr
Message:

Amelioration de la syntaxe de l'interpreteur, gestion de quotes, ligne suite
Commande linkff2 (2eme groupe de link, pour utilisation par CxxExecutor
Amelioration de la gestion de TMPDIR

Reza 2/11/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecutor.cc

    r1270 r1276  
    509509NamedObjMgr omg;
    510510PIACmd* mpiac = omg.GetImgApp()->CmdInterpreter();
    511 string key("link");
     511string key("linkff2");
    512512vector<string> arg; arg.push_back(libname); arg.push_back(func);
    513513string toks = libname + " " + func;
Note: See TracChangeset for help on using the changeset viewer.