Tilengine - The 2D retro graphics engine forum

Full Version: code blocks and compile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! As in topic. I have downloaded recent version of tilengine and tried to run some samples but I got those weird errors. also some samples won't compile when I run mingw32-make. How to resolve both issues?
____________________UPDATE_________________________________________________________________

Got pass through to another error. (Found out that was case of 32 bit libraries) Now I got window with error 0xC000007B (second screenshot). What could cause this error?
Hi!
This is a runtime error caused by mismatching 32 and 64 binaries. You have built a 32-bit executable and placed it alongside 64-bit dlls, or vice-versa. Make sure you're match the same architecture for the exe and de dlls