Searched refs:tlbPath (Results 1 – 1 of 1) sorted by relevance
274 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local330 strcpy(tlbPath, dllPath); in COMRegister()331 strcpy(tlbPath+n-3, "tlb"); in COMRegister()333 dllPath, tlbPath); in COMRegister()334 if (!PathFileExists(tlbPath)) { in COMRegister()345 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()