ULONG_PTR?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I included <TLHELP32.H> in my project then got the compiler error says
ULONG_PTR
is undeclared identity. What am I missing?=[ Abin ]= wrote: What am I missing? Not sure, since there is no
ULONG_PTR
in TLHELP32.H. If you remove the inclusion, does the compiler still complain?
A rich person is not the one who has the most, but the one that needs the least.
-
I included <TLHELP32.H> in my project then got the compiler error says
ULONG_PTR
is undeclared identity. What am I missing?You need to update your Platform SDK. http://www.microsoft.com/msdownload/platformsdk/sdkupdate/[^] Jeremy Falcon