win32-dll win64-dll ld error

Previous topic - Next topic

zyzzyva

-lGLBasic -lpng not found
replace with -lGLBasicWin32 -lCxImageWin32

dreamerman

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.
Check my source code editor for GLBasic - link Update: 20.04.2020