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

C / C++ / MFC

 
AnswerRe: Anyone know how to find USB to Serial ports? Pin
Bob Stanneveld18-Jul-05 21:25
Bob Stanneveld18-Jul-05 21:25 
GeneralRe: Anyone know how to find USB to Serial ports? Pin
JohnnyG19-Jul-05 3:19
JohnnyG19-Jul-05 3:19 
GeneralRe: Anyone know how to find USB to Serial ports? Pin
Bob Stanneveld19-Jul-05 20:00
Bob Stanneveld19-Jul-05 20:00 
GeneralHelp with DateTime() Pin
Lagwagon5618-Jul-05 7:16
Lagwagon5618-Jul-05 7:16 
GeneralRe: Help with DateTime() Pin
Michael Dunn18-Jul-05 7:46
sitebuilderMichael Dunn18-Jul-05 7:46 
GeneralRe: Help with DateTime() Pin
Lagwagon5618-Jul-05 7:53
Lagwagon5618-Jul-05 7:53 
GeneralIsWindow Pin
Larsson18-Jul-05 6:11
Larsson18-Jul-05 6:11 
GeneralRe: IsWindow Pin
Jose Lamas Rios18-Jul-05 6:49
Jose Lamas Rios18-Jul-05 6:49 
Larsson wrote:
Is there a smart person that now what I can do to make this go away?
Here is the error I get;
ASSERT(::IsWindow(m_hWnd) || (m_pCtrlSite != NULL));


In what function is that line of code? What file?

Make the debugger stop at that line when the assertion fails, and check the call stack to see what is being done that caused the assertion. Just as a wild guess, I suspect you are trying to access some control in a dialog before the dialog has been initialized (like trying to initialize a control in the dialog's constructor rather than in OnInitDialog).



--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: IsWindow Pin
Larsson18-Jul-05 7:05
Larsson18-Jul-05 7:05 
GeneralRe: IsWindow Pin
Jose Lamas Rios18-Jul-05 7:36
Jose Lamas Rios18-Jul-05 7:36 
GeneralMissing OnInitDialog() Pin
Robert Palma Jr.18-Jul-05 5:27
Robert Palma Jr.18-Jul-05 5:27 
GeneralRe: Missing OnInitDialog() Pin
Jose Lamas Rios18-Jul-05 5:53
Jose Lamas Rios18-Jul-05 5:53 
GeneralRe: Missing OnInitDialog() Pin
Robert Palma Jr.18-Jul-05 7:41
Robert Palma Jr.18-Jul-05 7:41 
GeneralRe: Missing OnInitDialog() Pin
Neelesh K J Jain18-Jul-05 6:45
Neelesh K J Jain18-Jul-05 6:45 
GeneralRe: Missing OnInitDialog() Pin
Robert Palma Jr.18-Jul-05 7:42
Robert Palma Jr.18-Jul-05 7:42 
Generaldrawing gradient dots or colored in mfc Pin
Assariah kingsly18-Jul-05 5:20
Assariah kingsly18-Jul-05 5:20 
GeneralRe: drawing gradient dots or colored in mfc Pin
Christian Graus18-Jul-05 13:05
protectorChristian Graus18-Jul-05 13:05 
GeneralMS Chart Pin
Marc Soleda18-Jul-05 5:13
Marc Soleda18-Jul-05 5:13 
GeneralBuilding error Pin
phpmb18-Jul-05 5:04
phpmb18-Jul-05 5:04 
GeneralRe: Building error Pin
Budric B.18-Jul-05 5:42
Budric B.18-Jul-05 5:42 
QuestionHow to Get Current Running No. Of Threads Pin
zinc_z18-Jul-05 4:48
zinc_z18-Jul-05 4:48 
AnswerRe: How to Get Current Running No. Of Threads Pin
Blake Miller18-Jul-05 5:26
Blake Miller18-Jul-05 5:26 
Generalerror C2146 in Visual C++ Pin
PapermillBill18-Jul-05 4:40
PapermillBill18-Jul-05 4:40 
GeneralRe: error C2146 in Visual C++ Pin
Jose Lamas Rios18-Jul-05 4:54
Jose Lamas Rios18-Jul-05 4:54 
GeneralRe: error C2146 in Visual C++ Pin
Anonymous18-Jul-05 7:10
Anonymous18-Jul-05 7: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.