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的主要内容,如果未能解决你的问题,请参考以下文章

2+3+4…+77怎么算

EnterCriticalSection 如何实现得到锁?

kryo585是a77吗

Python 中的退出代码 77 是啥意思? [关闭]

使用 fink 安装 g77 [关闭]

make: g77: Command not found 修改Makefile.in中的编译文件中的g77为gfortran