Richard Jackson

Results 23 comments of Richard Jackson

Thanks for the quick response, I'll try your suggestion.

Alternatively, is there any capability to test the codec type before attempting to load?

Hi, I've come across this issue after updating to an OF nightly build as recommended at https://forum.openframeworks.cc/t/note-nightly-builds-recommended-over-0-11-2/41220. We need C++17 for some WinRT developments in our app and are eagerly...

Actually that fixed only the include error from "ofx/RecursiveDirectoryIterator.h". After fixing many other errors in the OF12/C++17 version of my app I'm getting an error whilst compiling DrectoryUtils.cpp: Error C2143...

The error was because std::binary_function has been removed from C++17. I couldn't see what was using alphanum_less so commented out lines 307 to 314 of alphanum.hpp to see where I...

Hi Guys, I'm struggling to use a Unicode font (need it for arrows on buttons) I have this code in ofApp::setup() ``` // Load unicode font, has to be done...

I figured it out eventually, my code is now ``` // Load unicode font, has to be done before gui set up - see https://github.com/jvcleave/ofxImGui/issues/19 io = &ImGui::GetIO(); // set...

Ctrl-C & Ctrl-V work OK on Win32 , but direct calls to getClipBoardString don't. See https://github.com/jvcleave/ofxImGui/issues/56

Hi Michael, I tried to build your fork using the apothecary, but it fails like this: ``` Richard@RRJ-MSI MINGW64 /c/Igloo/Dev/of_v0.10.0_vs2017_release/scripts $ git clone https://github.com/openframeworks/apothecary Cloning into 'apothecary'... remote: Counting objects:...

Thanks for the quick response Michael, I’ll double check. BTW do you have any idea about https://github.com/ofZach/ofxCef/issues/40 - Richard *From:* Michael Baisch *Sent:* 24 July 2018 10:10 *To:* ofZach/ofxCef *Cc:*...