Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when you print the system info ,if it have chinese character,the wcout will be error,the console will never print again #7

Open
Luciferau opened this issue Apr 29, 2024 · 0 comments

Comments

@Luciferau
Copy link

void HardWareInfo::PrintSystem() {
outFile << "System Name:\t\t" << wstringToString(HWID.System.Name) << std::endl;
outFile << "Hypervisor Present:\t\t" << wstringToString(HWID.System.IsHypervisorPresent ? L"Yes" : L"No") << std::endl;
outFile << "OS Title:\t\t\t" << wstringToString(HWID.System.OSName) << std::endl;
outFile << "OS Version:\t\t" << wstringToString(HWID.System.OSVersion) << std::endl;
outFile << "OS Architecture:\t\t" << wstringToString(HWID.System.OSArchitecture) << std::endl;
outFile << "OS Serial Number:\t\t" << wstringToString(HWID.System.OSSerialNumber) << std::endl;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant