type name not found in the vice chess engine

26 Views Asked by At

In Polykey.h it has extern const U64 Random64Poly[781]; There are alot of U64 in the program, so redefining U64 refines all the U64 in the program. Lots of errors in compiling under cxxdroid in android. Just cannot get this fixed. Vice is programmed in the c language.

I tried typedef and making astruct,neither worked.

0

There are 0 best solutions below