#1407 closed defect (fixed)HM cannot compile with VS 2015
Description
HM cannot compile with VS 2015. Removing compat\msvc\stdint.h can solve the problem. Change History (5)comment:1 Changed 9 years ago by DefaultCC Plugin
comment:2 Changed 9 years ago by ksuehringcomment:3 Changed 9 years ago by davidf
They caught up with the missing stdint.h of C99 in VS10. comment:4 Changed 9 years ago by ksuehring
I made a number of updates to the visual studio work spaces in HM-dev (up to r4573):
I cannot add work spaces for vc2015 before my IT department makes it available to us, but converting the vc2013 work spaces should work now.
I'll close as fixed, but may add a vc2015 solution later. comment:5 Changed 9 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I think, in general we should add work spaces for newer version of Visual Studio and deprecate the really old ones. Then we can easily remove the additional header.
Do you know if the header is available in the system with earlier version of VC++?