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

Windows support #11

Closed
wants to merge 2 commits into from
Closed

Windows support #11

wants to merge 2 commits into from

Conversation

cetygamer
Copy link

@cetygamer cetygamer commented Aug 18, 2019

Issue

Windows path uses Unicode characters, thus boost::filesystem::path is actually wchat_t string. That way functions that expect ASCII strings produce errors while compiling.

Solution

Always get ASCII string from boost::filesystem::path variables.

Closes #10

@cetygamer
Copy link
Author

@tatref, I've added build instruction for Windows here, you can check them out.

@cebix
Copy link
Owner

cebix commented Aug 8, 2024

Thanks for your contribution (which I seem to have overlooked)!
I think one can pass the path objects directly to the fstream constructors. Can you confirm this?

@cebix cebix self-assigned this Aug 8, 2024
@cebix
Copy link
Owner

cebix commented Aug 12, 2024

Resolved by 0f1ff12 and 9a75119

@cebix cebix closed this Aug 12, 2024
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

Successfully merging this pull request may close these issues.

Compiling in Windows with MSYS2/MinGW-w64
2 participants