Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: md5 Pin
logicaldna8-Sep-05 18:36
logicaldna8-Sep-05 18:36 
QuestionUser-Interface Thread Concept Question Pin
LighthouseJ8-Sep-05 11:51
LighthouseJ8-Sep-05 11:51 
AnswerRe: User-Interface Thread Concept Question Pin
Blake Miller9-Sep-05 4:14
Blake Miller9-Sep-05 4:14 
GeneralRe: User-Interface Thread Concept Question Pin
LighthouseJ9-Sep-05 17:39
LighthouseJ9-Sep-05 17:39 
QuestionHelp for Platform SDK Pin
rat.crown8-Sep-05 11:45
rat.crown8-Sep-05 11:45 
AnswerRe: Help for Platform SDK Pin
Blake Miller8-Sep-05 11:51
Blake Miller8-Sep-05 11:51 
GeneralThans. But how about (1)? Pin
rat.crown8-Sep-05 12:18
rat.crown8-Sep-05 12:18 
GeneralRe: Thans. But how about (1)? Pin
Blake Miller9-Sep-05 4:06
Blake Miller9-Sep-05 4:06 
Rule #1 - Don't beleive everything you read in MSDN.
Rule #2 - See Rule #1

I found them defined in a myriad of files.
DWORD_PTR and PDWORD_PTR were defined in GCHOST.H and BaseTsd.h
ULONGLONG was defined in
PROGRAM FILES\MICROSOFT VISUAL STUDIO .NET 2003\SDK\v1.1\Tool Developers Guide\Samples\smc\Win32.h(38):typedef unsigned __int64 ULONGLONG;
and
PROGRAM FILES\MICROSOFT VISUAL STUDIO .NET 2003\Vc7\PlatformSDK\Include\WTypes.h(398):typedef unsigned __int64 ULONGLONG;
and
PROGRAM FILES\MICROSOFT VISUAL STUDIO .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(446):typedef unsigned __int64 ULONGLONG;

QuestionHow to get web servers IP with visual c++ 6.0 Pin
Member 22120738-Sep-05 9:53
Member 22120738-Sep-05 9:53 
AnswerRe: How to get web servers IP with visual c++ 6.0 Pin
Chris Losinger8-Sep-05 10:12
professionalChris Losinger8-Sep-05 10:12 
GeneralRe: How to get web servers IP with visual c++ 6.0 Pin
Member 22120738-Sep-05 10:23
Member 22120738-Sep-05 10:23 
AnswerRe: How to get web servers IP with visual c++ 6.0 Pin
David Crow8-Sep-05 10:38
David Crow8-Sep-05 10:38 
QuestionBeginner Help Pin
_danpclements_8-Sep-05 9:36
suss_danpclements_8-Sep-05 9:36 
AnswerRe: Beginner Help Pin
Chris Losinger8-Sep-05 10:14
professionalChris Losinger8-Sep-05 10:14 
AnswerRe: Beginner Help Pin
Bob Stanneveld8-Sep-05 10:37
Bob Stanneveld8-Sep-05 10:37 
GeneralRe: Beginner Help Pin
_danpclements_8-Sep-05 11:55
suss_danpclements_8-Sep-05 11:55 
GeneralRe: Beginner Help Pin
Christian Graus8-Sep-05 12:25
protectorChristian Graus8-Sep-05 12:25 
GeneralRe: Beginner Help Pin
John R. Shaw8-Sep-05 22:24
John R. Shaw8-Sep-05 22:24 
GeneralRe: Beginner Help Pin
Bob Stanneveld9-Sep-05 0:51
Bob Stanneveld9-Sep-05 0:51 
GeneralRe: Beginner Help Pin
John R. Shaw9-Sep-05 9:12
John R. Shaw9-Sep-05 9:12 
GeneralRe: Beginner Help Pin
Bob Stanneveld10-Sep-05 1:59
Bob Stanneveld10-Sep-05 1:59 
GeneralRe: Beginner Help Pin
Bob Stanneveld9-Sep-05 0:57
Bob Stanneveld9-Sep-05 0:57 
GeneralRe: Beginner Help Pin
Jörgen Sigvardsson8-Sep-05 12:37
Jörgen Sigvardsson8-Sep-05 12:37 
QuestionStatus codes for CHtmlView Pin
vicel8-Sep-05 8:08
vicel8-Sep-05 8:08 
AnswerRe: Status codes for CHtmlView Pin
David Crow8-Sep-05 8:27
David Crow8-Sep-05 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.