Hello,
I am trying to set up PC-Lint for Borland C++ Builder 6. I find that I am running into a problem as follows:
If I use the VCL components and "drag and drop" textboxes and the like onto a form (using the "IDE managed code") I get errors while linting telling me that the variable is undeclared, unknown return type, etc.
If I instead, do all the work myself of instantiating the textbox, assigning positions, etc in code PC-Lint does not issue complaints. As best as I can determine it seems to be that the "IDE Managed" components have the source code hidden away.
My question is - how can I get source code output for these IDE managed VCL components (I don't have an option to lint the object files - only the source).
I have a large amount of legacy code to support that has already implemented the forms "visually" so re-writing everything "by hand" is not a viable option.
I am trying to set up PC-Lint for Borland C++ Builder 6. I find that I am running into a problem as follows:
If I use the VCL components and "drag and drop" textboxes and the like onto a form (using the "IDE managed code") I get errors while linting telling me that the variable is undeclared, unknown return type, etc.
If I instead, do all the work myself of instantiating the textbox, assigning positions, etc in code PC-Lint does not issue complaints. As best as I can determine it seems to be that the "IDE Managed" components have the source code hidden away.
My question is - how can I get source code output for these IDE managed VCL components (I don't have an option to lint the object files - only the source).
I have a large amount of legacy code to support that has already implemented the forms "visually" so re-writing everything "by hand" is not a viable option.