Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsmProfiler_Sampling Compile Error E2003 #6

Closed
GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments
Closed

AsmProfiler_Sampling Compile Error E2003 #6

GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

[DCC エラー] mcThreadSampler.pas(457): E2003: 'CallersEBP'

To bundled JclDebug.pas is
  PStackInfo = ^TStackInfo;
  TStackInfo = record
    CallerAddr: TJclAddr;
    Level: DWORD;
    CallerFrame: TJclAddr;
    DumpSize: DWORD;
    ParamSize: DWORD;
    ParamPtr: PDWORD_PTRArray;
    case Integer of
      0:
        (StackFrame: PStackFrame);
      1:
        (DumpPtr: PJclByteArray);
  end;

CallersEBP is not found.

Original issue reported on code.google.com by bnr32.ta...@gmail.com on 29 Mar 2011 at 8:32

@GoogleCodeExporter
Copy link
Author

please use the latest revision (r248)

Original comment by andre.mussche on 29 Mar 2011 at 8:41

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Thx.

Original comment by bnr32.ta...@gmail.com on 29 Mar 2011 at 9:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant