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

C / C++ / MFC

 
GeneralRe: error while running Pin
Hamid_RT17-Jun-08 20:09
Hamid_RT17-Jun-08 20:09 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 2:40
Mohanraj D18-Jun-08 2:40 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 6:28
Hamid_RT18-Jun-08 6:28 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:20
Mohanraj D18-Jun-08 18:20 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:41
Hamid_RT18-Jun-08 23:41 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:25
Mohanraj D18-Jun-08 18:25 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:45
Hamid_RT18-Jun-08 23:45 
AnswerRe: error while running Pin
Stephen Hewitt17-Jun-08 18:02
Stephen Hewitt17-Jun-08 18:02 
First of all, when asking a question about why an ASSERT fails post some code around the ASSERT: 9 times out of 10 this is all that is needed to answer the question. I see you've given the file's name the line number, but what version of MFC are you using?

In my version of MFC line 43 contains an ASSERT(FALSE); and line 42 looks as follows:
TRACE1("Error: no data exchange control with ID 0x%04X.\n", nIDC);


You should see this message in the debugger. This should answer your question or at least put you on the right track. Don’t be afraid to look at the source!

Steve

GeneralRe: error while running Pin
Mohanraj D18-Jun-08 2:20
Mohanraj D18-Jun-08 2:20 
GeneralRe: error while running Pin
Stephen Hewitt18-Jun-08 14:54
Stephen Hewitt18-Jun-08 14:54 
Questionconstant member function in Managed C++ Pin
Andy Rama17-Jun-08 2:41
Andy Rama17-Jun-08 2:41 
GeneralTry the right forum Pin
CPallini17-Jun-08 2:54
mveCPallini17-Jun-08 2:54 
AnswerRe: constant member function in Managed C++ Pin
Jagdish V. Bhimbha17-Jun-08 3:12
Jagdish V. Bhimbha17-Jun-08 3:12 
AnswerRe: constant member function in Managed C++ Pin
David Crow17-Jun-08 3:29
David Crow17-Jun-08 3:29 
AnswerRe: constant member function in Managed C++ Pin
Stephen Hewitt17-Jun-08 18:20
Stephen Hewitt17-Jun-08 18:20 
GeneralRe: constant member function in Managed C++ Pin
ian__lindsay31-Jul-08 0:50
ian__lindsay31-Jul-08 0:50 
Questiondatetimepicker Pin
Mohanraj D17-Jun-08 2:17
Mohanraj D17-Jun-08 2:17 
AnswerRe: datetimepicker Pin
CPallini17-Jun-08 2:33
mveCPallini17-Jun-08 2:33 
Questionprinting a listctrl in a parent window Pin
subramanyeswari17-Jun-08 0:32
subramanyeswari17-Jun-08 0:32 
QuestionNative c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:16
hogan.john16-Jun-08 23:16 
AnswerRe: Native c++ using VC++ 8.0 Pin
Naveen16-Jun-08 23:25
Naveen16-Jun-08 23:25 
GeneralRe: Native c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:36
hogan.john16-Jun-08 23:36 
GeneralRe: Native c++ using VC++ 8.0 Pin
Naveen16-Jun-08 23:41
Naveen16-Jun-08 23:41 
GeneralRe: Native c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:51
hogan.john16-Jun-08 23:51 
GeneralRe: Native c++ using VC++ 8.0 Pin
Cedric Moonen17-Jun-08 0:10
Cedric Moonen17-Jun-08 0:10 

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.