From: Pasquale <pjr...@pr...> - 2025-07-24 23:24:25
|
On Thu, Jul 24, 2025 at 1:24 PM, <[je...@fo...](mailto:On Thu, Jul 24, 2025 at 1:24 PM, <<a href=)> wrote: > On 2025-07-24 12:18, Roland Hughes via Foxgui-users wrote: >> stupid question, >> >> did you try installing libpng-dev >> >> package name might be a wee bit different if you aren't on a >> Debian/Ubuntu based distro. > > libpng-dev is no longer required. > > PNG support now is built in; only libz still needed. Okay, so good to know that png isn’t needed. I relooked at my code and compared it to other code which is similar and apparently I had code in a source/header file that was called before the fox includes. Moving the fox header above the other header worked. I hadn’t changed anything in my code other than updating the fox version, so I didn’t think it was with my code, but I guess prior to updating fox, I must have changed something. Thanks everyone for the help! > -- JVZ > > _______________________________________________ > Foxgui-users mailing list > Fox...@li... > https://lists.sourceforge.net/lists/listinfo/foxgui-users |