Opened 16 years ago
Last modified 16 years ago
#870 closed Bug
Floating point error. — at Initial Version
Reported by: | jaenster | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
Code:
[code]#include <date.au3>
$timestamp = string(_DateDiff( 's',"1970/01/01 00:00:00",_NowCalc()))
consolewrite($timestamp&@crlf)code
Error:
Mircosoft Visual C++ Runtime libary:
Program: C:\program files\autoit3\autoit3.exe
R6002
- Floating point support not loaded.
For a year or something i get this error now (I get it on 3 diffrent machine's).
I guess it have something to do with writing a varable that contains only numbers (like $timestamp).
Note, I use windows xp sp2 on a amd 1ghz
Note: See
TracTickets for help on using
tickets.