Author Topic: Dingoo games on letcool?  (Read 3516 times)

ticaw (OP)

  • Posts: 38
Dingoo games on letcool?
« on: January 24, 2011, 06:59:41 pm »
is it possible to run the dingoo games on the letcool? like that game" seven nights"or something, the default dingoo games you know?

Re: Dingoo games on letcool?
« Reply #1 on: January 24, 2011, 07:02:26 pm »
No.

darfgarf

  • Guest
Re: Dingoo games on letcool?
« Reply #2 on: January 25, 2011, 08:48:58 am »
you mean you didn't try it? mine runs crysis too :)

zear

  • * Moderator
  • Posts: 2381
Re: Dingoo games on letcool?
« Reply #3 on: January 25, 2011, 11:07:33 am »
is it possible to run the dingoo games on the letcool? like that game" seven nights"or something, the default dingoo games you know?
You can't run binaries compiled for one platform on the other. This simply means that a game executable in a binary form understandable for one CPU, is not understandable for a different platform which uses a different CPU.
Binary compatibility can only happen when both the platforms use the same, or a very similar CPU and the same OS.

tintami

  • Posts: 53
Re: Dingoo games on letcool?
« Reply #4 on: January 25, 2011, 03:01:10 pm »
You can't run binaries compiled for one platform on the other.

...which is a shame because I'd love to play PS3 games on my XBOX360

john

zear

  • * Moderator
  • Posts: 2381
Re: Dingoo games on letcool?
« Reply #5 on: January 25, 2011, 05:42:47 pm »
You can't run binaries compiled for one platform on the other.

...which is a shame because I'd love to play PS3 games on my XBOX360

john
Well, binary is not the only problem. Even if you managed to recompile the binary from one platform to another, there's still a problem of incompatible libraries. Most of the games use external libraries for graphics/music/other stuff. And if there's no counterpart library for that other platform, your program would not run despite being binary compatible.