Log On
Embarcadero Home
Watch, Follow, &
Connect with Us
Share This
QualityCentral
Communities
Articles
Blogs
Resources
Downloads
Help
QualityCentral
C++BuilderX
IDE
Build tools
Class Browser
Code browsing
Code Editor
Code Insight
Code Templates
Component Pallete
Component Template
Configure tools
Dialogs
File handling
File parsing
GNUMakefile export
Help
Main window toolbars
Object gallery
Panes
Printing
Project Manager
Resource editing
Search
Start/Shutdown
Team Development
Toolset
Viewers
You are not logged in.
Help
Print
Public Report
Report From:
C++BuilderX/IDE/Class Browser
[ Add a report in this area ]
Report #:
11734
Status:
Reported
Class browser doesn't 'look through' <include> macros
Project:
C++BuilderX/BC++ 2005
Build #:
1.0.0.1786
Version:
1.0
Submitted By:
Eric Sanford
Report Type:
Basic functionality failure
Date Reported:
3/29/2005 5:21:34 PM
Severity:
Commonly encountered problem
Last Updated:
Platform:
All versions
Internal Tracking #:
Resolution:
None
Resolved in Build:
:
None
Duplicate of:
None
Voting and Rating
Overall Rating:
No Ratings Yet
0.00 out of 5
Total Votes:
5
Description
Class browser doesn't 'look through' <include> macros
Steps to Reproduce:
#define _STLP_NATIVE_C_HEADER(x) <../include/##x>
#include _STLP_NATIVE_C_HEADER(stdio.h)
int main() {
printf("%s\n", "Hello World!");
return 0;
}
Workarounds
#define _STLP_NATIVE_C_HEADER(x) <../include/##x>
#ifdef __BORLANDC__
# include <../include/stdio.h>
#else
# include _STLP_NATIVE_C_HEADER(stdio.h)
#endif
int main() {
printf("%s\n", "Hello World!");
return 0;
}
Attachment
None
Comments
None
View Your Reports
Search
Server Response from: ETNACODE01
Developer Tools
Blackfish SQL
C++Builder
Delphi
FireMonkey
Prism
InterBase
JBuilder
J Optimizer
HTML5 Builder
3rdRail & TurboRuby
Database Tools
Change Manager
DBArtisan
DB Optimizer
ER/Studio
Performance Center
Rapid SQL
Technical Articles
Tutorials
White Papers
Press Releases
Newsletters
Add Content (GetPublished)
Audio
Audio & Video
Video
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Tags
Technology Partners
Downloads
Free Trials
Registered User Downloads
Beta Programs
Add Content (GetPublished)
Articles
Blogs
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Member Services
About
Connect with Us