My first attempt was to create a tool for finding vat content, profit margins with profit on return etc.
After the initial console code, I asked codebot to recreate it as a vcl program. This was taking some time. While codebot was “Thinking”, I added that the currency being used was £ Pounds sterling having noticed a weird character next to an edit box. This seemed to throw it out of kilter.
The thinking icon was active so I waited, went to bed, 7 hours later, still nothing. Unsure of the procedure, I saved the open files and closed Delphi 13 down and went to work.
Being new to all this, how do I get Codebot to read in and carry on ? It doesn’t seem to have a history list.
Apologies for not taking part sooner. Health issues got in the way.
Part 2
I found that I have to direct codebot to the actual project group proj rather than just the directory location.
Asking for the VCL version instead of Console, codebot recreated what it could from the project1 console into project2 VCL. It created this version within source of project1 rather than replacing it.
Now its frozen on me during implementing the combining of .pas and .dfm patches.