Search:

Type: Posts; User: pimming

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,664

    I don't have Borland C++ Builder 1.0. I know the...

    I don't have Borland C++ Builder 1.0. I know the executable was built with 1.0 using the source I have.
  2. Replies
    2
    Views
    1,664

    TAutoObject: Builder 1.0 vs. 6.0

    Code which builds under Borland C++ Builder 1.0 using TAutoObject as the ancestor class of a COM wrapper does not build under Borland C++ Builder 6.0. Does anyone know the work-around? Do I have to...
  3. Replies
    1
    Views
    2,377

    Error: Friends must be functions or classes

    I have inherited some code which supposedly compiled with Borland C++ Builder 1.0. However, the following line:

    friend istream &operator>>(istream &stream, mol &ob);

    gives the error: Friends...
Results 1 to 3 of 3