Tilengine - The 2D retro graphics engine forum
Tilengine.lib and code blocks - Printable Version

+- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum)
+-- Forum: English forums (http://tilengine.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (http://tilengine.org/forum/forumdisplay.php?fid=7)
+--- Thread: Tilengine.lib and code blocks (/showthread.php?tid=674)



Tilengine.lib and code blocks - Vanbandama - 07-31-2020

Hi. Just finished compiling from source and I got this error in code blocks. Anyone knows how to fix that?


RE: Tilengine.lib and code blocks - megamarc - 07-31-2020

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


RE: Tilengine.lib and code blocks - darkflea - 07-31-2020

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.


RE: Tilengine.lib and code blocks - Vanbandama - 08-05-2020

Finally it works! Thanks