![]() |
code blocks and compile - 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: code blocks and compile (/showthread.php?tid=1476) |
code blocks and compile - Vanbandama - 03-03-2022 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? RE: code blocks and compile - Vanbandama - 03-03-2022 ____________________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? RE: code blocks and compile - megamarc - 03-04-2022 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 |