03-03-2022, 05:47 AM
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?
code blocks and compile
|
03-03-2022, 05:47 AM
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?
03-03-2022, 06:31 AM
(This post was last modified: 03-03-2022, 06:34 AM by Vanbandama.)
____________________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?
03-04-2022, 05:14 PM
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 |
« Next Oldest | Next Newest »
|