The problem with StrToFloat that I first encountered here:
http://www.masm32.com/board/index.php?topic=8121.0
Turned out to be an access violation caused by the procedure modifying EBX and ESI without preserving the values.
Edit: Make that EBX, ESI, and EDI.