Current location - Loan Platform Complete Network - Big data management - VC compilation problem: the same program on my computer says it can't find the sal.h header file (note that I don't have a reference to this header file) other computers through
VC compilation problem: the same program on my computer says it can't find the sal.h header file (note that I don't have a reference to this header file) other computers through
I can be sure that the VC on your computer is VC6.0, your VC is too old to have this sal.h header file normal.

If you use it in VC2005 or above, there is this header file.

The solution is to upgrade your VC environment.

Note: sal.h is a WINDOWS-provided

defect detection tool. They are defined as

none when the normal compiler is run and do not affect the compiled code, in other words they are used by Microsoft to find bugs or to gather more information to perfect their software.