The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: MichaelW on November 12, 2007, 08:58:44 AM

Title: Problem with StrToFloat
Post by: MichaelW on November 12, 2007, 08:58:44 AM
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.