Hi,
I am an experienced VB6 programmer now retired but hobby programming. I have been looking for an alternative to VB6 because VB6 (32bit) is getting difficult to run on windows.
Free Pascal/Lazarus seem like a very good candidate but I am wondering whether FP can achieve what I want. I am not asking how to migrate, I would expect to rewrite code, nor how to do it, I expect to have to put effort into finding out, maybe with a little help.
My VB6 application draw a flowchart which can optionally be printed. Please look at the attachment. The output form is scaled to fit available screen space and all graphics are drawn in real world units, in my case mm's. In VB6 the form has a scale property so that output is drawn scaled to fit the form size. The same code produces both form output and printed output simply by changing an output director.
My question is can this be done in FP? Comments, ideas, suggestions welcomed.
edit: I should have added that I want to develop in MacOs environment so I can junk my virtual Windows
Thanks
Richard