My usual Windows/Delphi to Mac/Lazarus process is to have Lazarus open the Windows form file and remove all invalid properties. This generally works well.
However, today I for the first time got a funky error *after* this when trying to load the form
Format error
Unable to convert text form data of file "...path..." into binary stream. (Wrong token type: = expected byt Symbol found (at 326,24, stream offset 00002059))
The offending line appears to be
If we assume first COL is 1 then "=" is placed on COL 25 (but if zero indexed it is ar 24)
I read this as an error in occuring in the reader (and not an error in actually trying to convert this to a "live" component on the form)
Any ideas?