Home > Software engineering >  What's the reason why intsafe. An error in the h?
What's the reason why intsafe. An error in the h?

Time:11-18

For example,
1 _w64 cannot and _w64 unsigned _int64 type used together
2 can't from the unsigned long converted to an unsigned long *
3 no from int to unsigned long conversion
, etc.

CodePudding user response:

In stdafx. H header file begins with

# define _INTSAFE_H_INCLUDED_

#include
To solve

CodePudding user response:



CodePudding user response:

  • Related