Theodore Watson

Results 450 comments of Theodore Watson

Some errors on msys2 ``` Compiling ../../../libs/openFrameworks/3d/of3dPrimitives.cpp Compiling ../../../libs/openFrameworks/3d/of3dUtils.cpp In file included from ../../../libs/openFrameworks/utils/ofConstants.h:381, from ../../../libs/openFrameworks/events/ofEvents.h:6, from ../../../libs/openFrameworks/app/ofMainLoop.h:3, from ../../../libs/openFrameworks/app/ofAppRunner.h:3, from ../../../libs/openFrameworks/3d/of3dUtils.cpp:2: ../../../libs/openFrameworks/utils/ofFilesystemPath.h: In member function 'const char* of::filesystem::path::to_narrow_cstr() const':...

you could try adding this as a step: https://github.com/openframeworks/openFrameworks/blob/master/scripts/msys2/buildAllExamples.sh after these lines: https://github.com/openframeworks/openFrameworks/blob/master/.github/workflows/of.yml#L110-L111 to this PR - that in theory will run all the examples. I can also try in...

@NickHardeman I think it would be worth testing all the examples in `examples/input_output` Both with the nightly and with @artificiel's PR applied. Also even something simple like: `std::string myPath =...

Thanks @artificiel - I would be in favor of merging this as soon as possible ( before 0.12.1 ) as it will prevent a good amount of issues for Windows...

Thanks @artificiel for the explanation. I see what you mean about the need to clean up ofFileUtils with the ofToDataPathFS using .string() https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/utils/ofFileUtils.cpp#L2020-L2022 I think my priority for 0.12.1 is...

@artificiel thanks!! I think I forgot about that rollback. 🤦‍♂️ So basically as it is now, on Windows, we'll only get issues if someone passes a wide string in as...

This is still an issue and the behavior happens regardless of where we are building to. It seems that the default behavior is to copy the contents of include and...

Cross ref: https://github.com/openframeworks/projectGenerator/issues/614

Ah nice @danoli3 That seems promising! I'll take a look at your working file and see if I can track down what it's doing differently. That will massively simplify things...

Hi! Can you share more info on the addon you are using and what the natvis files look like? Is it needed to be added to the VS project? ie:...