FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

INCLUDE lines being duplicated, causing errors #100

Closed ghost closed 4 years ago

ghost commented 4 years ago

This is, I suppose, actually a QB64 error but it seems to only happen when I use InForm. If I don't fix an error on a line fast enough, it will duplicate the '$INCLUDE:'InForm\InForm.ui' line, causing more errors,

FellippeHeitor commented 4 years ago

That should have been fixed in 1.3. Are you in 1.3?

FellippeHeitor commented 4 years ago

This was the fix to QB64 https://github.com/Galleondragon/qb64/commit/a4a2b4f6dbf5ca5b93ac1f11d3894c21d6dc7405

ghost commented 4 years ago

Yes, I am using 1.3 If it matters, I'm using the 32 Bit version of QB64.

FellippeHeitor commented 4 years ago

Interesting. I'll try to reproduce it. Thanks for reporting.

FellippeHeitor commented 4 years ago

Fixed in upcoming v1.4 of QB64: https://github.com/QB64Team/qb64/commit/498d2cee54b0b635c484749ab4a98494d5139550

yay! 🎉