Click here to Skip to main content
15,904,655 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interface not registered Pin
Roger Stoltz22-Oct-08 0:26
Roger Stoltz22-Oct-08 0:26 
Questioncustom service and application - resource lock ? Pin
dharani20-Oct-08 23:34
dharani20-Oct-08 23:34 
AnswerRe: custom service and application - resource lock ? Pin
dehseth21-Oct-08 0:26
dehseth21-Oct-08 0:26 
QuestionSearching for a Manifest File Pin
si_6920-Oct-08 23:15
si_6920-Oct-08 23:15 
AnswerRe: Searching for a Manifest File Pin
_AnsHUMAN_ 20-Oct-08 23:25
_AnsHUMAN_ 20-Oct-08 23:25 
GeneralRe: Searching for a Manifest File Pin
si_6920-Oct-08 23:51
si_6920-Oct-08 23:51 
QuestionAssertion fail error when loading a DLL? Pin
bankey101020-Oct-08 23:10
bankey101020-Oct-08 23:10 
AnswerRe: Assertion fail error when loading a DLL? Pin
Roger Stoltz20-Oct-08 23:22
Roger Stoltz20-Oct-08 23:22 
bankey1010 wrote:
ASSERT(AfxGetThread() == NULL);


You may get this assertion in a thread spawned with any other function than AfxBeginThread(). It's a common mistake to create threads with e.g. CreateThread() even though the MFC framework is used.
Verify that all secondary threads are created with AfxBeginThread().


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: Assertion fail error when loading a DLL? Pin
CPallini20-Oct-08 23:25
mveCPallini20-Oct-08 23:25 
QuestionPrinting data to a pdf document using win32 sdk c++ Pin
raesa20-Oct-08 22:53
raesa20-Oct-08 22:53 
AnswerRe: Printing data to a pdf document using win32 sdk c++ Pin
Rajesh R Subramanian20-Oct-08 22:57
professionalRajesh R Subramanian20-Oct-08 22:57 
GeneralRe: Printing data to a pdf document using win32 sdk c++ Pin
raesa21-Oct-08 0:13
raesa21-Oct-08 0:13 
QuestionMS FLex Grid Usage In MS VS 2005 Pin
dehseth20-Oct-08 22:39
dehseth20-Oct-08 22:39 
AnswerRe: MS FLex Grid Usage In MS VS 2005 Pin
dehseth21-Oct-08 0:57
dehseth21-Oct-08 0:57 
QuestionUpload a file in mfc through HTTP and not FTP Pin
Dhiraj kumar Saini20-Oct-08 22:35
Dhiraj kumar Saini20-Oct-08 22:35 
AnswerRe: Upload a file in mfc Pin
dehseth20-Oct-08 22:45
dehseth20-Oct-08 22:45 
GeneralRe: Upload a file in mfc Pin
Dhiraj kumar Saini20-Oct-08 22:56
Dhiraj kumar Saini20-Oct-08 22:56 
GeneralRe: Upload a file in mfc Pin
Prasann Mayekar20-Oct-08 23:45
Prasann Mayekar20-Oct-08 23:45 
GeneralRe: Upload a file in mfc Pin
Dhiraj kumar Saini20-Oct-08 23:52
Dhiraj kumar Saini20-Oct-08 23:52 
GeneralRe: Upload a file in mfc Pin
Prasann Mayekar21-Oct-08 0:52
Prasann Mayekar21-Oct-08 0:52 
GeneralRe: Upload a file in mfc Pin
Dhiraj kumar Saini21-Oct-08 2:54
Dhiraj kumar Saini21-Oct-08 2:54 
Questionwinhttp issue Pin
George_George20-Oct-08 22:23
George_George20-Oct-08 22:23 
Questionregards MicroSoft visual C++ certification Pin
raju000320-Oct-08 22:03
raju000320-Oct-08 22:03 
AnswerRe: regards MicroSoft visual C++ certification Pin
Rajesh R Subramanian20-Oct-08 22:06
professionalRajesh R Subramanian20-Oct-08 22:06 
GeneralRe: regards MicroSoft visual C++ certification Pin
raju000320-Oct-08 22:15
raju000320-Oct-08 22:15 

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.