Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
code blocks and compile
#1
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?


Attached Files Thumbnail(s)
   
Reply
#2
____________________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?


Attached Files Thumbnail(s)
   
Reply
#3
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)