Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Compiler/Delphi/Errors - Warnings    [ Add a report in this area ]  
Report #:  99070   Status: Open
[x64] Internal Error: NI2643 upo compiling simple fastcall procedure
Project:  Delphi Build #:  16.0.4256.43595
Version:    16.0 Submitted By:   Tomasz Kosinski
Report Type:  Basic functionality failure Date Reported:  9/19/2011 1:26:14 PM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   287786
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
[DCC64]
F2084 Internal Error: NI2643 appears always upon compiling very simple procedure w/o parameters


procedure test ; safecall ;
begin
end;


[DCC Fatal Error] Unit7.pas(28): F2084 Internal Error: NI2643
Steps to Reproduce:
procedure test ; safecall ;
begin
end;


[DCC Fatal Error] Unit7.pas(28): F2084 Internal Error: NI2643
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 9/19/2011 4:53:59 PM -
Tomasz-san
> Build No: 16.0.4252.43494
Your build no is old. Why are you using the old beta version?
Does your issue still occur with RTM?

Tomohiro Takahashi at 9/19/2011 6:03:28 PM -
> Platforms: Win 64 bit
Does your issue occur only with 64 bit app?

Server Response from: ETNACODE01