Click here to Skip to main content
15,891,316 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: So ... I can now order lateral flow tests from the National Health Service for free online. Pin
Rich Leyshon4-Jul-21 22:50
Rich Leyshon4-Jul-21 22:50 
GeneralWindows10 update? Pin
Slow Eddie2-Jul-21 9:59
professionalSlow Eddie2-Jul-21 9:59 
GeneralRe: Windows10 update? Pin
Super Lloyd2-Jul-21 15:49
Super Lloyd2-Jul-21 15:49 
GeneralRe: Windows10 update? Pin
Nelek2-Jul-21 23:39
protectorNelek2-Jul-21 23:39 
GeneralRe: Windows10 update? Pin
Super Lloyd3-Jul-21 0:22
Super Lloyd3-Jul-21 0:22 
GeneralRe: Windows10 update? Pin
Slow Eddie3-Jul-21 3:49
professionalSlow Eddie3-Jul-21 3:49 
GeneralRe: Windows10 update? Pin
obermd3-Jul-21 15:22
obermd3-Jul-21 15:22 
GeneralFirst time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 9:21
mvahoney the codewitch2-Jul-21 9:21 
I've been working on truetype font support for my GFX library. Anyway, I wanted to incorporate The FreeType Project[^] and use that in my code. Since it's tight and written in C I figured it would be easy to incorporate**. However, they use the CMake build system and their build scripts are complicated.

So I went on their mailing list/newsgroup and engaged with them about possibly producing a build that would work under platform IO.

I've gotten the go ahead, and some people even seemed excited about it, but I can't work my way through their build scripts, and all the headers have to be included in a very particular order, and and and... it's just too much to wrap my head around without intimately understanding the library's machinations and architecture.

So in the end I started writing my own TTF support because it was actually easier than moving their project off of CMake.

I wish I had never said anything on that newsgroup. That's what I get for trying to use other people's work in my stuff. At least I've had some better success with simpler projects. Frown | :( I just feel bad getting people's hopes up and then ditching it.

** despite my code being C++, it doesn't use the STL because the Arduino framework doesn't make the STL available so it's easier to incorporate 3rd party C code than C++ code.
Real programmers use butterflies

GeneralRe: First time I've ever felt bad for rolling my own Pin
Greg Utas2-Jul-21 9:35
professionalGreg Utas2-Jul-21 9:35 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 9:48
mvahoney the codewitch2-Jul-21 9:48 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 15:53
Super Lloyd2-Jul-21 15:53 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:13
mvahoney the codewitch2-Jul-21 16:13 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 16:31
Super Lloyd2-Jul-21 16:31 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:32
mvahoney the codewitch2-Jul-21 16:32 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang4-Jul-21 23:28
Stefan_Lang4-Jul-21 23:28 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch5-Jul-21 1:44
mvahoney the codewitch5-Jul-21 1:44 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 1:23
Stefan_Lang6-Jul-21 1:23 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch6-Jul-21 3:29
mvahoney the codewitch6-Jul-21 3:29 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:28
Stefan_Lang6-Jul-21 6:28 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:30
Stefan_Lang6-Jul-21 6:30 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Greg Utas2-Jul-21 10:03
professionalGreg Utas2-Jul-21 10:03 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 10:12
mvahoney the codewitch2-Jul-21 10:12 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 15:56
Super Lloyd2-Jul-21 15:56 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:17
mvahoney the codewitch2-Jul-21 16:17 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 16:29
Super Lloyd2-Jul-21 16:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.