extern double mass;
extern double steeringMaxAngle;
extern double maxVelocity;
CString str; UpdateData(TRUE); mass = atof(vehicleMass.GetString());
maxVelocity = atof(vehicleVelocity.GetString());
steeringMaxAngle = atof(vehicleAngle.GetString());message输出的为空,是什么原因啊?