Help for Platform SDK!!!
-
-
Windows Data Types: for examples: ULONG_PTR PDWORD_PTR are undeclared identifier in MFC/VC++/Platform SDK!!! But I check the <> all these Windows Data Types are declared in BaseTsd.h??? Whay? How can I got these Windows Data Type's declare?!! Thanks
rat.crown wrote: How can I got these Windows Data Type's declare?!! As you've found, they are already declared in
BaseTsd.h
. Why are you wanting to redeclare them?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
Windows Data Types: for examples: ULONG_PTR PDWORD_PTR are undeclared identifier in MFC/VC++/Platform SDK!!! But I check the <> all these Windows Data Types are declared in BaseTsd.h??? Whay? How can I got these Windows Data Type's declare?!! Thanks
Have you included
windows.h
?
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
Windows Data Types: for examples: ULONG_PTR PDWORD_PTR are undeclared identifier in MFC/VC++/Platform SDK!!! But I check the <> all these Windows Data Types are declared in BaseTsd.h??? Whay? How can I got these Windows Data Type's declare?!! Thanks
-
I download the file:PSDK-x86.exe from the microsoft website ( Windows® Server 2003 SP1 Platform SDK Web Install ) http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Then I installed it on my computer. In the folder: C:\Program Files\Microsoft Platform SDK\Include , I got the file BaseTsd.h, But in the file, there are no the Data type declared!!! Thanks
-
rat.crown wrote: How can I got these Windows Data Type's declare?!! As you've found, they are already declared in
BaseTsd.h
. Why are you wanting to redeclare them?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
I download the file:PSDK-x86.exe from the microsoft website ( Windows® Server 2003 SP1 Platform SDK Web Install ) http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Then I installed it on my computer. In the folder: C:\Program Files\Microsoft Platform SDK\Include , I got the file BaseTsd.h, But in the file, there are no the Data type declared!!! Thanks