GLBasic forum

Main forum => Bug Reports => Topic started by: zyzzyva on 2022-Jan-09

Title: win32-dll win64-dll ld error
Post by: zyzzyva on 2022-Jan-09
-lGLBasic -lpng not found
replace with -lGLBasicWin32 -lCxImageWin32
Title: Re: win32-dll win64-dll ld error
Post by: dreamerman on 2022-Jan-10
Any more specific info? Latest Steam version, demo or some older version?
Did that happen in standard IDE, or You tried to build app manually with command line/bat files, as in platform.ini for Win32 target those libraries are properly typed in link stage -> -lGLBasicWin32 -lCxImageWin32,
and such issue shouldn't appear. Can't say anything more as never encountered such problem without messing with custom compile/link gcc commands.