As I'm evaluating Firewing for an upcoming project, I think I may have found a serious bug...
I was loading a BASIC code section from 'another' compiler and kept getting 'out of memory' lockup errors.
I kept commenting stuff out until I got to the basic header below generated with a new program:
- Code: Select all
'*****************************************************************************
'* Name : UNTITLED.1 *
'* Author : *
'* Notice : Copyright (c) 2015 *
'* : All Rights Reserved *
'* Date : 1/21/2015 *
'* Version : 1.0 *
'* Notes : *
'* : *
'*****************************************************************************
' Imports section...
' Declarations...
Sub Main()
End Sub
If you delete the 'sub Main() and 'End sub', and insert another line (even just a comment) and save it, it will lock up with 'out of memory' errors.
Tried this on XP, Win7 and Win 8.1.
It appears do the same if you load anything that does not contain the 'sub main() / end sub' declarations. Obviously not modules though.
Good to know, but took 2 1/2 days to figure it out. Other than that, this looks like a great compiler.
Thanks,
Jerry Musselman
