- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when i try to coupling two projects,i find it.I use vs2019+ivf .But it's strange that the word can be run in old project,after i coupling,the error come out .
example:
integer Tchfstart
IF(X.GE.FLOAT(Tchfstart)) THEN
why?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You didn't tell us with what compiler the old project accepted the code, but FLOAT is not a standard function. You are looking for REAL. It may have been some legacy function in the other compiler. Or perhaps the new project includes options for a stricter check on the standard?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page