library file vcl.h

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • claire.bell1

    library file vcl.h

    Hi,
    I need to include the library file vcl.h for an opengl program compiling in
    borland, however my borland install doesnt seem to include the file. Is
    vcl.h a standard library file and does anyone know where i could get it
    from?

    Thanks


  • lredmond

    #2
    Re: library file vcl.h

    this is not a STL file. The vcl header file is provided by borland to use
    with their VCL component library. It is included in the Borland C++ Builder
    compiler. Check borland website.


    "claire.bel l1" <claire.bell1@n tlworld.com> wrote in message
    news:3BTPa.1488 $SU1.46226@news fep1-win.server.ntli .net...[color=blue]
    > Hi,
    > I need to include the library file vcl.h for an opengl program compiling[/color]
    in[color=blue]
    > borland, however my borland install doesnt seem to include the file. Is
    > vcl.h a standard library file and does anyone know where i could get it
    > from?
    >
    > Thanks
    >
    >[/color]


    Comment

    Working...