Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phiaengr

    PC-Lint and VCL Components

    No, actually that is not a problem because VCL uses C++ class "wrappers" and typedefs for all the Object Pascal. FORTRAN users use PC-Lint by employing C++ wrappers in a similar manner. PC-Lint only handles C and C++. At this point I tossed it back to the developers and hopefully I'll hear...
  2. phiaengr

    PC-Lint and VCL Components

    luckieluc, Actually, I am originally a C programmer and have learned C++ on the job. I have dabbled in VB though. The problem I found is that Borland C++ Builder does not use the __property keyword in a C++ standard manner. PC-Lint has an issue with such declarations as can be found in the...
  3. phiaengr

    PC-Lint and VCL Components

    I mischaracterized the problem. I don't believe I need the output from Borland. I looked deeper and found that pc-lint is not having a problem with the way the objects are instantiated but rather it has a problem understanding a method called on specific types of VCL components (IndexOf()...
  4. phiaengr

    PC-Lint and VCL Components

    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...

Part and Inventory Search

Back
Top