Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:parfile

160   char *parfile = NULL;
191 else if(!strcmp(argv[i],"-par") || !strcmp(argv[i],"-parfile"))
192 parfile = argv[++i];
204 //process_xml( std::string(grxmlfile), parfile );
258 printf("info: Using parfile %s\n",parfile);
259 status = SR_SessionCreate((const LCHAR*) parfile);
260 // status = SR_SessionCreate ( parfile );
262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status));