Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: Peter on December 07, 2013, 09:08:03 AM
-
Deleted
-
Hi Peter,
Due to changes in processing order, it is identifying size as a type in sw.inc
Type Size
long cx
long cy
End Type
-
It's caused by late encoding of declarations, which may occur after types have been defined. I think I've solved the problem you were having.
(Declarations which are never invoked do not get encoded)