Click here to Skip to main content
16,006,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
CPallini19-Nov-09 20:32
mveCPallini19-Nov-09 20:32 
AnswerRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
sirryan19-Nov-09 21:36
sirryan19-Nov-09 21:36 
GeneralRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
CPallini19-Nov-09 21:52
mveCPallini19-Nov-09 21:52 
GeneralRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
David Crow20-Nov-09 3:39
David Crow20-Nov-09 3:39 
AnswerRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
Richard MacCutchan19-Nov-09 21:55
mveRichard MacCutchan19-Nov-09 21:55 
GeneralRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
sirryan19-Nov-09 23:19
sirryan19-Nov-09 23:19 
GeneralRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
Richard MacCutchan20-Nov-09 0:05
mveRichard MacCutchan20-Nov-09 0:05 
GeneralRe: ::EmptyClipboard gives an error 1418 - Thread does not have a clipboard open. Pin
sirryan20-Nov-09 4:58
sirryan20-Nov-09 4:58 
It seems that I found the problem. It is definitely about the clipboard. So first I figured out how to overfill the clipboard. I just open the MS Word and make a huge file containing about 4-5 thousand pages of witch 30% pictures and 70% text. Then Select All and Copy. When i try to close the MS Word application it asks me if I want to save the clipboard to other applications. I click Yes. Now there is a overfilled clipboard! The MS Word is usually not responding but leave it that way. Don't hurry up shutting it down.
Now when I try to open another MS Word - it crashes because of the add-in. When I debug the add-in it turned out that when the clipboard is overfilled the PasteFace() function throws an unhandled exception. Now the only thing I have to do is to deal with the exception.
Wink | ;)
QuestionMFC,goto definition of XXX Pin
lxkjlzz19-Nov-09 19:32
lxkjlzz19-Nov-09 19:32 
JokeRe: MFC,goto definition of XXX Pin
CPallini19-Nov-09 20:27
mveCPallini19-Nov-09 20:27 
AnswerRe: MFC,goto definition of XXX Pin
m_mun19-Nov-09 20:37
m_mun19-Nov-09 20:37 
GeneralRe: MFC,goto definition of XXX Pin
sashoalm19-Nov-09 20:51
sashoalm19-Nov-09 20:51 
GeneralRe: MFC,goto definition of XXX Pin
lxkjlzz19-Nov-09 20:52
lxkjlzz19-Nov-09 20:52 
AnswerRe: MFC,goto definition of XXX Pin
lxkjlzz19-Nov-09 21:24
lxkjlzz19-Nov-09 21:24 
GeneralRe: MFC,goto definition of XXX Pin
krmed20-Nov-09 0:41
krmed20-Nov-09 0:41 
GeneralRe: MFC,goto definition of XXX Pin
lxkjlzz22-Nov-09 14:47
lxkjlzz22-Nov-09 14:47 
QuestionImage comparison - How to read an image so you can compare pixels? Pin
justabeagle19-Nov-09 19:15
justabeagle19-Nov-09 19:15 
AnswerRe: Image comparison - How to read an image so you can compare pixels? Pin
Game-point19-Nov-09 19:28
Game-point19-Nov-09 19:28 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
justabeagle19-Nov-09 20:10
justabeagle19-Nov-09 20:10 
AnswerRe: Image comparison - How to read an image so you can compare pixels? Pin
«_Superman_»19-Nov-09 19:53
professional«_Superman_»19-Nov-09 19:53 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
justabeagle19-Nov-09 20:13
justabeagle19-Nov-09 20:13 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
«_Superman_»19-Nov-09 20:15
professional«_Superman_»19-Nov-09 20:15 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
justabeagle19-Nov-09 21:11
justabeagle19-Nov-09 21:11 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
LunaticFringe20-Nov-09 1:30
LunaticFringe20-Nov-09 1:30 
GeneralRe: Image comparison - How to read an image so you can compare pixels? Pin
justabeagle20-Nov-09 11:54
justabeagle20-Nov-09 11:54 

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.