Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm unable to get the samples to work.
#3
(10-31-2020, 05:02 AM)megamarc Wrote: Hi,
It looks like a tool/architecture mismatch. mingw32 you're using doesn't support x64 architecture, only x86. There's mingw64, but I can't give support on this tool because I don't use it.

You can either use Visual Studio Community -it's free-, or the excellent tiny C compiler (https://bellard.org/tcc). This is the tool I use for building the tests, it does support both x86 and x64 architectures, and doesn't require the .lib file as it links directly to the .dll.

Here you can see the script I use to build all the x64 tests with this compiler:

https://github.com/megamarc/Tilengine/bl.../build.bat

Let me know

I will, thank you
Reply


Messages In This Thread
RE: I'm unable to get the samples to work. - by TheEmeraldFalcon - 10-31-2020, 06:16 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)