Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Compiler/C++/Interaction with the IDE    [ Add a report in this area ]  
Report #:  50553   Status: Closed
(Pulled) [C++ Error] systobj.h(259): E2315 'Release' is not a member of 'IAutoComplete', because the type is not yet defined
Project:  C++Builder Build #:  11.0.2577.3701
Version:    10.0 Submitted By:   QC<->Raid Replicator Account
Report Type:  Basic functionality failure Date Reported:  1/23/2007 12:00:00 AM
Severity:    Critical / Show Stopper Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   244277
Resolution: Fixed (Resolution Comments) Resolved in Build: : 11.0.2606.4745
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
[C++ Error] systobj.h(259): E2315 'Release' is not a member of 'IAutoComplete', because the type is not yet defined
Steps to Reproduce:
Build attached project in IDE

or

1) Chose Component->New VCL Component from the main menu
2) Chose VCL for C++ Win32
3) Chose TCustomComboBoxEx as the Ancestor Component
4) Named the new component class TMyComboBox
5) Saved the newly created unit as MyComboBox.cpp
6) Created a new VCL Forms Application (File->New->VCL Forms Application - C++ Builder)
7) Added the MyComboBox.cpp unit to the project.
8) Project->Build All

I see the following error:

[C++ Error] systobj.h(259): E2315 'Release' is not a member of 'IAutoComplete', because the type is not yet defined
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01