This commit is contained in:
2026-04-24 14:48:55 +10:00
parent fd2394a85a
commit 7a11c9617b
2 changed files with 4 additions and 3 deletions

View File

@@ -102,7 +102,8 @@
"Bash(grep -oE '<Data[^>]*>[^<]{0,400}</Data>' \"/c/Users/nghia/Downloads/error.xml\")",
"Bash(echo \"Exit: $?\")",
"Bash(python -)",
"Bash(git show *)"
"Bash(git show *)",
"Bash(dumpbin //dependents \"C:\\\\\\\\ProgramData\\\\\\\\ANSCENTER\\\\\\\\Shared\\\\\\\\ANSLicensingSystem.dll\")"
]
}
}

View File

@@ -318,11 +318,11 @@ int TestValidateExample() {
int main()
{
TestValidateExample();
//TestValidateExample();
//std::cout << "_MSC_VER: " << _MSC_VER << std::endl;
//std::cout << "Start tesing..." << std::endl;
//RemoveTrialLicenseKey();
//getSystemInformation();
getSystemInformation();
//ValidateExample();
//GenerateOfflineActivationData();
//TestLocalTemplate();