System.Types.hpp(77): E2029 'TObject' must be a previously defined class or struct
Posted lypzxy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了System.Types.hpp(77): E2029 'TObject' must be a previously defined class or struct相关的知识,希望对你有一定的参考价值。
System.Types.hpp
System.Types.hpp(77): E2029 ‘TObject‘ must be a previously defined class or struct
class PASCALIMPLEMENTATION TBitConverter : public System::TObject
{
typedef System::TObject inherited;
以上是关于System.Types.hpp(77): E2029 'TObject' must be a previously defined class or struct的主要内容,如果未能解决你的问题,请参考以下文章
make: g77: Command not found 修改Makefile.in中的编译文件中的g77为gfortran