Could someone please explain how the ".inc" files work? I was working off the assumption that it, more or less, worked like they do in C-family languages. As it's a converted header from a dynamically loaded DLL. I noticed a typo, made the change everywhere it occurred and while Lazarus can find it (the procedure), the compiler is throwing an error that it can't be located. I'm guessing that there's some compiled object somewhere, but after digging around, I have no clue where it is or how to go about forcing it to be regenerated. Any help would be much appreciated.
P.S.
Who would I submit the changes to for the fix, so that it can be updated properly?