trovato il problema:
in
m_strFy=123.6
dopo
sscanf(m_strFy, "%lf",&m_dFy);
trovo
m_dFy=123.5555555555555555559
perchè?
grazie.