- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
QWINFO is defined in ifqwin.90 as a structure.If you pretend it's a defined type, it works, but you get a complaint about using %. as the separator. The way I now have it coded is shown below, but the record statement gets flagged as not allowed by f2003:
"Fortran 2003 does not allow this statement or directive."
RECORD /qwinfo/ qwiinteger(4) i
! Set window frame size.
qwi.x = 0
qwi.y = 0
qwi.w = 0
qwi.h = 0
qwi.type = QWIN$SET
Will ifqwin.90 and other includes ever be brought up to the f2003 standard?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Someone got a bit too carried away here regarding the warning about use of % and not allowing the use of QWINFO in a TYPE statement. We'll look into that.
Some of the structures cannot be represented as standard derived types, especially those with unions. However, this should not matter,
Some of the structures cannot be represented as standard derived types, especially those with unions. However, this should not matter,
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