Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to use CByteArray to store and retrieve unsigned char data Pin
ThatsAlok4-Sep-05 23:50
ThatsAlok4-Sep-05 23:50 
Questionhandwolf@126.com Pin
superhandwolf4-Sep-05 23:05
superhandwolf4-Sep-05 23:05 
AnswerRe: handwolf@126.com Pin
toxcct4-Sep-05 23:15
toxcct4-Sep-05 23:15 
GeneralRe: handwolf@126.com Pin
handwolf824-Sep-05 23:30
handwolf824-Sep-05 23:30 
QuestionRe: handwolf@126.com Pin
toxcct4-Sep-05 23:33
toxcct4-Sep-05 23:33 
AnswerRe: handwolf@126.com Pin
superhandwolf5-Sep-05 1:11
superhandwolf5-Sep-05 1:11 
GeneralRe: handwolf@126.com Pin
superhandwolf5-Sep-05 3:19
superhandwolf5-Sep-05 3:19 
AnswerRe: handwolf@126.com Pin
Gary R. Wheeler5-Sep-05 4:24
Gary R. Wheeler5-Sep-05 4:24 
You may need to change the values of the #define values WINVER, _WIN32_WINNT, and _WIN32_IE. These values control, at compile time, the availability of certain declarations. I typically use:
#define WINVER        0x0501
#define _WIN32_WINNT  0x0501
#define _WIN32_IE     0x0600
These specify Windows XP and Internet Explorer 6.0 and greater. The best place to set these is at the top of stdafx.h, before you have #included any of the system header files.



Software Zen: delete this;
QuestionHow to properly stop STA thread Pin
ComplexLifeForm4-Sep-05 23:03
ComplexLifeForm4-Sep-05 23:03 
AnswerRe: How to properly stop STA thread Pin
MailtoGops5-Sep-05 4:08
MailtoGops5-Sep-05 4:08 
GeneralRe: How to properly stop STA thread Pin
ComplexLifeForm5-Sep-05 7:06
ComplexLifeForm5-Sep-05 7:06 
Questionproblem at run time window Pin
a_david1234-Sep-05 22:57
a_david1234-Sep-05 22:57 
AnswerRe: problem at run time window Pin
MailtoGops5-Sep-05 4:15
MailtoGops5-Sep-05 4:15 
QuestionCheck file status Pin
Member 11412684-Sep-05 22:53
Member 11412684-Sep-05 22:53 
AnswerRe: Check file status Pin
ThatsAlok4-Sep-05 23:24
ThatsAlok4-Sep-05 23:24 
QuestionSharing data between two DLLs Pin
lata07mahi4-Sep-05 22:14
lata07mahi4-Sep-05 22:14 
AnswerRe: Sharing data between two DLLs Pin
Neagoe Gabriel4-Sep-05 22:27
Neagoe Gabriel4-Sep-05 22:27 
AnswerRe: Sharing data between two DLLs Pin
ThatsAlok4-Sep-05 22:43
ThatsAlok4-Sep-05 22:43 
AnswerRe: Sharing data between two DLLs Pin
MailtoGops5-Sep-05 4:10
MailtoGops5-Sep-05 4:10 
QuestionCalling .exe application using C/C++ Pin
bryan5234-Sep-05 21:51
bryan5234-Sep-05 21:51 
AnswerRe: Calling .exe application using C/C++ Pin
Neagoe Gabriel4-Sep-05 22:13
Neagoe Gabriel4-Sep-05 22:13 
GeneralRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 22:37
toxcct4-Sep-05 22:37 
GeneralRe: Calling .exe application using C/C++ Pin
Neagoe Gabriel4-Sep-05 22:44
Neagoe Gabriel4-Sep-05 22:44 
General[Message Deleted] Pin
toxcct4-Sep-05 22:48
toxcct4-Sep-05 22:48 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 22:40
toxcct4-Sep-05 22:40 

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.