Lines Matching refs:pCmdInfo

236     CCommandInfo *pCmdInfo = pMain->GetCmdInfo();  in InitInstance()  local
240 pCmdInfo -> ReadCommandLineInfo(m_lpCmdLine); in InitInstance()
242 CString guix_repo_local_path = pCmdInfo->GetGuixRepoLocalPath(); in InitInstance()
251 HANDLE file_map_handle = pCmdInfo->GetGuixCloneWritePipeHandle(); in InitInstance()
265 if(!pCmdInfo->IsNoGui()) in InitInstance()
285 if (!pCmdInfo->IsNoGui()) in InitInstance()
297 if (pCmdInfo->GetLogFile()) in InitInstance()
299 …fprintf(pCmdInfo->GetLogFile(), "\nProject File: %s\\%s\n", (char*)CW2A(pCmdInfo->GetProjectPath()… in InitInstance()
303 if (GetProjectView()->OpenProject(pCmdInfo->GetProjectPath(), pCmdInfo->GetProjectName())) in InitInstance()
306 CString output_path = pCmdInfo->GetOutputPath(); in InitInstance()
317 if (pCmdInfo->IsXmlMode()) in InitInstance()
320 if (pCmdInfo->GetLogFile()) in InitInstance()
322 fprintf(pCmdInfo->GetLogFile(), "Generating Resource File.\n"); in InitInstance()
325 if (pCmdInfo->IsBinaryMode()) in InitInstance()
338 if (pCmdInfo->GetLogFile()) in InitInstance()
340 fprintf(pCmdInfo->GetLogFile(), "Resource File Generation Completed.\n"); in InitInstance()
346 CString pathname = pCmdInfo->GetStringImportFileName(); in InitInstance()
351 if (pCmdInfo->GetLogFile()) in InitInstance()
353 fprintf(pCmdInfo->GetLogFile(), "Improting String Data.\n"); in InitInstance()
390 if (pCmdInfo->IsNoGui()) in InitInstance()
394 if (pCmdInfo->GenResource()) in InitInstance()
396 if (pCmdInfo->IsBinaryMode()) in InitInstance()
407 if (pCmdInfo->GenSpecification()) in InitInstance()
416 if(pCmdInfo ->GetLogFile()) in InitInstance()
418 fclose(pCmdInfo ->GetLogFile()); in InitInstance()
421 if(pCmdInfo->IsNoGui()) in InitInstance()