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

C / C++ / MFC

 
AnswerRe: simple Question Pin
Gary R. Wheeler5-Sep-05 5:47
Gary R. Wheeler5-Sep-05 5:47 
QuestionHow to use CByteArray to store and retrieve unsigned char data Pin
snprani4-Sep-05 23:16
snprani4-Sep-05 23:16 
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 
the error messages are partly listed below:

c:\program files\microsoft platform sdk\include\mshtml.h(40510) : error C2061: syntax error : identifier 'LONG_PTR'
c:\program files\microsoft platform sdk\include\mshtml.h(40513) : error C2061: syntax error : identifier 'LONG_PTR'
c:\program files\microsoft platform sdk\include\mshtml.h(40516) : error C2061: syntax error : identifier 'LONG_PTR'
...

The corresponding codes in the file mshtml.h is listed below:

virtual /* [nonbrowsable][restricted][hidden][id][propget] */ HRESULT STDMETHODCALLTYPE get_imeCompositionChange(
/* [out][retval] */ LONG_PTR *p) = 0;

virtual /* [nonbrowsable][restricted][hidden][id][propget] */ HRESULT STDMETHODCALLTYPE get_imeNotifyCommand(
/* [out][retval] */ LONG_PTR *p) = 0;

virtual /* [nonbrowsable][restricted][hidden][id][propget] */ HRESULT STDMETHODCALLTYPE get_imeNotifyData(
/* [out][retval] */ LONG_PTR *p) = 0;

How to resolve this problem?

Study! Study! Study!
Hard! Hard! Hard!

-- modified at 7:30 Monday 5th September, 2005
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 
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 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.