I’ve come across a weird problem. After using FB for years, suddenly when I run my D11 app built from FinalBuilder, it falls over with an AV in one part of the code, but when I build via the IDE it runs absolutely fine.
Conditional Defines are the same and Search Path & Library path are set to use those from delphi/project.
I can see in the output folder there’s a file myproject.used which I’m assuming is the options passed to the command line compiler.
Firstly is there anyway to get something similar out of the IDE, so I can compare the two and secondly any other ideas as to how to work out what’s going wrong ?
Many thanks
David