Results 18 comments of Ian Heisters

Ignore the first item on there. The sample project had lost the locations of the header files. Once that was fixed I could remove the headers from the include directory.

You're probably thinking of #86. I posted a possible workaround there.

Yeah, sorry about the formatting. Haven't configured that VS install properly yet. The commit isn't as big as it looks (formatting aside). The main thing is using `GUID_DEVINTERFACE_COMPORT`, and an...

ok, formatting fixed. Is there anything I should do to create the RFC, or do you guys take care of that?

https://forum.libcinder.org/#Topic/23286000002053001

COM4 is not the name of the device, so I wouldn't expect findDeviceByName to work with COM4 as an argument. See the serial sample for an example of how to...

on Windows, I've found you need need to disable BUILD_SHARED_LIBS and BUILD_WITH_STATIC_CRT, then manually set the Runtime Library in Visual Studio to MT for release and MTd for debug. The...

My understanding of `LogManager::getLoggers` is that it will only return registered loggers of the passed type. So, since the user only registered one `ui::Logger`, the `getLoggers` call would only return...

Hmmmm... could be some collision in texture id usage between your text rendering and libglvideo? Textures are managed in [FrameTexture](/src/FrameTexture.cpp), and I would start by looking there and logging the...