回 帖 发 新 帖 刷新版面

主题:如何定义PInstanceBlock

uses引用了Classes,其中有这么个定义:
type
  PObjectInstance = ^TObjectInstance;
  TObjectInstance = packed record
    Code: Byte;
    Offset: Integer;
    case Integer of
      0: (Next: PObjectInstance);
      1: (FMethod: TWndMethod);
  end;

type
  PInstanceBlock = ^TInstanceBlock;
  TInstanceBlock = packed record
    Next: PInstanceBlock;
    Code: array[1..2] of Byte;
    WndProcPtr: Pointer;
    Instances: array[0..InstanceCount] of TObjectInstance;
  end;

var
  InstBlockList: PInstanceBlock;
  InstFreeList: PObjectInstance;


我代码中想要定义InstBlockLst:PInstanceBlock ,但是编译时总是提示"E2003 Undeclared identifier: 'PInstanceBlock'"错误,着急迷忙中,还请高手指教

回复列表 (共2个回复)

沙发

[url=http://www.rightpsy.com/]上海心理咨询[/url]认为,心理创伤的常见表现包括:生理层面的心跳加速、血压上升、呼吸急促、晕眩等;认知层面:注意力差或记忆力有问题,理解困难、思考缓慢,恶梦等;情绪层面:焦虑与恐惧,没有安全感,失去信心、自尊等;[url=http://www.rightpsy.com/]上海心理咨询[/url]认为,在行为层面:退缩或远离他人,容易惊吓等等。公司网站:  www.rightpsy.com  0916

板凳

这是一个互助的模式。
不推广人也有钱赚的。分A B两个网。
不推广的人在A网。推广的人 在B网。
B网推广的人帮助A网。
A网拿6000元出局。
B网就多了。
C易特元亨QQ919169870
奖励制度 
C易特更多资料C易特元亨QQ919169870
http://blog.sina.com.cn/cyite6
C易特奖励制度
http://blog.sina.com.cn/s/blog_6b2561440100l5r8.html

我来回复

您尚未登录,请登录后再回复。点此登录或注册