openframeworks / openframeworks/openFrameworks
ofToDataPath returning std::filesystem::path
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
So,
on windows I get an error when trying to automatically convert from std::filesystem::path to string
and I have found it being an issue with ofxCv
@artificiel @ofTheo @dimitre
Although it compiles fine on macos.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Windows conversion error at ofToDataPath and compare its behavior with macOS. Inspect how ofxCv uses the returned value and determine the expected cross-platform path-to-string behavior; done means the relevant usage compiles on Windows without regressing macOS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100