Ask Your Question

Revision history [back]

Surface_Matching Error Stack around the variable"hashKey"

Hello I am using visual studio 2013 and my computer 64 bit When I am compiling surface_matching I get this error "stac around the variable "hashKey" So I opened t_hash_int. hpp file and I replaced this

    #if(defined _M_X64|| defined _M_IX86)
   #incldue <stdint.h>
typedef unint64_t KeyType;
#else 
typedef unsigned int KeyType;
#endif

But result is not change I have this error