Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tilengine

2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc

Tilengine.lib not found

A topic by VanBandama created Jul 30, 2020 Views: 293 Replies: 2
Viewing posts 1 to 3
(1 edit)

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? 

Developer

Hi, make sure that lib\Win32\Tilengine.lib is there. It should be, because the zipfile contains it, really.

(2 edits)

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)