projectM-visualizer / frontend-sdl2

Standalone application based on SDL2 that turns your desktop audio into awesome visuals. Available on most platforms supported by both libprojectM and libSDL2.
GNU General Public License v3.0
58 stars 32 forks source link

Make code compile with older versions of Poco #19

Closed ErikPrantare closed 2 years ago

ErikPrantare commented 2 years ago

Made some changes so that it could compile on my computer with Poco 1.9.2.

I opted for the smallest changes that would make it compile, but it could also be worthwhile to try moving from Poco's smart pointers to the ones available in the standard library.

kblaschke commented 2 years ago

Definitely good to support v1.9.x, as it's been around for some time! Wasn't even aware they changed these things.

1.10 was just short-lived as they did a lot of refactoring and introduced many bugs.