1> D: \ vs2010 \ poissondeformations \ meshdeformation \ UI \ UIControl h (16) : error C2719: "mat" : a __declspec (align (' 16 ')) of on-campus interviews are not aligned
1> MyLeftPane. CPP
1> D: \ vs2010 \ poissondeformations \ meshdeformation \ \. UI./MeshDeform/PoissonDeform/PoissonDeformation. H (35) : error C2719: "mat" : a __declspec (align (' 16 ')) of on-campus interviews are not aligned
1> UI \ MyLeftPane CPP (83) : warning C4800: "BOOL" : the value force for Boolean value "true" or "false" (performance warning)
1> MeshDeformationView. CPP
1> MainFrm. CPP
1> D: \ vs2010 \ poissondeformations \ meshdeformation \ \. UI./MeshDeform/PoissonDeform/PoissonDeformation. H (35) : error C2719: "mat" : a __declspec (align (' 16 ')) of on-campus interviews are not aligned
1> D: \ vs2010 \ poissondeformations \ meshdeformation \ UI \ UIControl h (16) : error C2719: "mat" : a __declspec (align (' 16 ')) of on-campus interviews are not aligned
1> MyMeshPick. CPP
CodePudding user response:
Try to set the project to structure a 16-byte alignedOr include the header file # pragma pack specified alignment
# pragma pack (push, 16)
# include ". XXXX. H "
# pragma pack (pop)
CodePudding user response: