Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionObtaining the thread id of the window which have keyboard focus Pin
emmmatty14-Oct-10 2:15
emmmatty14-Oct-10 2:15 
AnswerRe: Obtaining the thread id of the window which have keyboard focus Pin
bleedingfingers4-Oct-10 2:26
bleedingfingers4-Oct-10 2:26 
Questiondouble buffering Pin
aangerma4-Oct-10 1:18
aangerma4-Oct-10 1:18 
AnswerRe: double buffering PinPopular
Sauro Viti4-Oct-10 2:44
professionalSauro Viti4-Oct-10 2:44 
GeneralRe: double buffering Pin
aangerma4-Oct-10 3:20
aangerma4-Oct-10 3:20 
QuestionError Message Pin
ganesh_IT3-Oct-10 21:54
ganesh_IT3-Oct-10 21:54 
AnswerRe: Error Message Pin
Richard MacCutchan3-Oct-10 22:27
mveRichard MacCutchan3-Oct-10 22:27 
GeneralRe: Error Message Pin
Sauro Viti3-Oct-10 23:39
professionalSauro Viti3-Oct-10 23:39 
I experienced too the same issue. Searching the Internet, I found an explaination of it: the build process basically moves through 3 steps:


  1. compiling
  2. linking
  3. embedding manifest


After the linking stage, you have a new exe file on your output folder, and the Manifest Tool (mt.exe) is called on it to embed the application manifest. If you have an AntiVirus that perform real-time scanning, is possible that immediately after the linking stage and before that the Manifest Tool gets access to the executable file, it find the new executable and lock the file to scan it for viruses; in that case, the Manifest Tool gets the file locked for writing and fails.
GeneralRe: Error Message Pin
Richard MacCutchan4-Oct-10 0:48
mveRichard MacCutchan4-Oct-10 0:48 
GeneralRe: Error Message Pin
Sauro Viti4-Oct-10 1:15
professionalSauro Viti4-Oct-10 1:15 
GeneralRe: Error Message Pin
Richard MacCutchan4-Oct-10 3:16
mveRichard MacCutchan4-Oct-10 3:16 
QuestionSet ID at RunTIme Pin
john56323-Oct-10 21:23
john56323-Oct-10 21:23 
AnswerRe: Set ID at RunTIme PinPopular
Code-o-mat3-Oct-10 21:29
Code-o-mat3-Oct-10 21:29 
QuestionHow to change the position of menu bar in MFC Pin
cs893-Oct-10 20:43
cs893-Oct-10 20:43 
AnswerRe: How to change the position of menu bar in MFC Pin
«_Superman_»3-Oct-10 21:17
professional«_Superman_»3-Oct-10 21:17 
QuestionOffice 2010 style in Windows Ribbon Framework? Pin
o m n i3-Oct-10 10:00
o m n i3-Oct-10 10:00 
AnswerRe: Office 2010 style in Windows Ribbon Framework? Pin
Alain Rist4-Oct-10 20:32
Alain Rist4-Oct-10 20:32 
QuestionRegGetValue / Win32 Pin
Fareed Rizkalla3-Oct-10 1:09
Fareed Rizkalla3-Oct-10 1:09 
AnswerRe: RegGetValue / Win32 Pin
Richard MacCutchan3-Oct-10 1:43
mveRichard MacCutchan3-Oct-10 1:43 
AnswerRe: RegGetValue / Win32 Pin
Jonathan Davies3-Oct-10 1:48
Jonathan Davies3-Oct-10 1:48 
GeneralRe: RegGetValue / Win32 Pin
Fareed Rizkalla3-Oct-10 3:21
Fareed Rizkalla3-Oct-10 3:21 
GeneralRe: RegGetValue / Win32 Pin
«_Superman_»3-Oct-10 3:57
professional«_Superman_»3-Oct-10 3:57 
GeneralRe: RegGetValue / Win32 Pin
Richard MacCutchan3-Oct-10 4:01
mveRichard MacCutchan3-Oct-10 4:01 
QuestionSafeArrayCreate throwing ACCESS_VIOLATION exception, why? Pin
NeerajMD1-Oct-10 21:58
NeerajMD1-Oct-10 21:58 
AnswerRe: SafeArrayCreate throwing ACCESS_VIOLATION exception, why? Pin
Niklas L1-Oct-10 22:24
Niklas L1-Oct-10 22:24 

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.