vcl.h: No such file or directory

后端 未结 2 555
陌清茗
陌清茗 2021-01-07 11:41

I\'m looking to compile some old source code in Visual C++. However, the first of many errors I am receiving is:

vcl.h: No such file or directory

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-07 11:57

    Borland C++ 5.5 and C++ Builder are two different products.

    The VCL components are in the C++ Builder product and can't be compiled with Borland C++ 5.5 which is a pure C/C++ compiler (I think OWL is included there).

    So you have to get your hands on C++ Builder to be able to compile it.

提交回复
热议问题