2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc
Hi! I try to run code blocks platformer sample. But I got this error:
(it says:" ..\lib\Win32\Tilengine.lib No such file or directory")
How to fix it?
Hi, make sure that lib\Win32\Tilengine.lib is there. It should be, because the zipfile contains it, really.
ok, finally it ran. But only in code blocks. When I try to make exe via cmd (mingw32-make) I got same error.
Also when I copy/ pased example code from "Create your first program" on github I got "undefined reference to 'TLN_SetLayerTilemap' (code blocks)