Tilengine - The 2D retro graphics engine forum

Full Version: Tilengine.lib and code blocks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. Just finished compiling from source and I got this error in code blocks. Anyone knows how to fix that?
Hi,
Make sure that you've built 32-bit version (Win32 platform). After building, Visual Studio should have created \lib\Win32 folder and placed Tilengine.lib there. If not, place this generated file manually there
make sure you create the directory lib/win32 in the main tilengine directory, then rebuild tilengine or just copy the lib over to that directory.
Finally it works! Thanks