> Following code is my program, its has the "ilegal instruction" bug.
> In the main class
> PUBLIC SUB Main()
> DIM fd AS FlowData
> DIM at AS ShiXing
> at = NEW ShiXing(fd)
>
> END
>
> In the FlowData class
> PUBLIC CONST ZhengYin AS Integer = 0
> PUBLIC CONST BiJ
Swee Kwang Tan ha scritto:
> Following code is my program, its has the "ilegal instruction" bug.
> In the main class
> PUBLIC SUB Main()
> DIM fd AS FlowData
> DIM at AS ShiXing
> at = NEW ShiXing(fd)
>
> END
>
> In the FlowData class
> PUBLIC CONST ZhengYin AS In
Following code is my program, its has the "ilegal instruction" bug.
In the main class
PUBLIC SUB Main()
DIM fd AS FlowData
DIM at AS ShiXing
at = NEW ShiXing(fd)
END
In the FlowData class
PUBLIC CONST ZhengYin AS Integer = 0
PUBLIC CONST BiJian AS Integer = 1
PU