Operating System - HP-UX
1824363 Members
3742 Online
109669 Solutions
New Discussion юеВ

Are DWORD and WCHAR part of standard header files

 
SOLVED
Go to solution
RW-S
Advisor

Are DWORD and WCHAR part of standard header files

OS : HPUX 11iv3
Architecture : IA64
Compiler: aCC: HP C/aC++ B3910B A.06.12 [Nov 03 2006]

Have the following doubts -
1. Are the macros DWORD and WCHAR not part of the C++ standard?
None of these seem to be defined in the standard header files in /usr/include/

2. Are all the standard include files in /usr/include or is there any other location that i need to look at?

Thanks.
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: Are DWORD and WCHAR part of standard header files

No, these aren't Standard.
Which application/package is using them?

>2. Are all the standard include files in /usr/include

aC++ headers are in /opt/aCC/include*/. But these macros aren't there.
RW-S
Advisor

Re: Are DWORD and WCHAR part of standard header files

Thanks Dennis.
Its in the Document "Cluster Server Agent Developer's Guide" from Veritas for HPUX.