Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionencode wave to ogg [modified] Pin
Daerner Mandla2-Feb-09 5:08
Daerner Mandla2-Feb-09 5:08 
QuestionConverting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Cosmin Ciuraru2-Feb-09 3:56
Cosmin Ciuraru2-Feb-09 3:56 
AnswerRe: Converting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:52
Iain Clarke, Warrior Programmer2-Feb-09 4:52 
QuestionError: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:38
sam_psycho2-Feb-09 3:38 
AnswerRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 3:41
Code-o-mat2-Feb-09 3:41 
GeneralRe: Error: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:47
sam_psycho2-Feb-09 3:47 
GeneralRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 4:03
Code-o-mat2-Feb-09 4:03 
AnswerRe: Error: Debug assertion failed! Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:26
Iain Clarke, Warrior Programmer2-Feb-09 4:26 
I'm certain code-o-mat is correct in his answer to you.

But you really should have used the debugger to see the actual ASSERT line - that will give you lots of information you need to fix your own problem. I/we don;t mind helping - but you are much better learning debugging skills to find the issue out your self.

I bet the ASSERT line was something like:

BOOL CMenu::LoadMenu (UINT nBlah)
{
   ASSERT (m_hMenu == NULL); // check we're not already loaded.


which would have told you what your problem was.

And that's more than half the battle of solving the problem.

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

AnswerRe: Error: Debug assertion failed! Pin
David Crow2-Feb-09 5:44
David Crow2-Feb-09 5:44 
Questionstatic Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 1:36
VC++Maniac2-Feb-09 1:36 
AnswerRe: static Picture control not loading a bmp Pin
Hamid_RT2-Feb-09 3:19
Hamid_RT2-Feb-09 3:19 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 3:20
VC++Maniac2-Feb-09 3:20 
AnswerRe: static Picture control not loading a bmp Pin
Code-o-mat2-Feb-09 3:39
Code-o-mat2-Feb-09 3:39 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 3:44
VC++Maniac2-Feb-09 3:44 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 4:12
VC++Maniac2-Feb-09 4:12 
Questioncopying line Pin
mac_g2-Feb-09 0:52
mac_g2-Feb-09 0:52 
AnswerRe: copying line Pin
CPallini2-Feb-09 1:08
mveCPallini2-Feb-09 1:08 
GeneralRe: copying line Pin
mac_g2-Feb-09 1:10
mac_g2-Feb-09 1:10 
GeneralRe: copying line Pin
CPallini2-Feb-09 1:32
mveCPallini2-Feb-09 1:32 
GeneralRe: copying line Pin
mac_g2-Feb-09 2:06
mac_g2-Feb-09 2:06 
GeneralRe: copying line Pin
Malli_S2-Feb-09 1:11
Malli_S2-Feb-09 1:11 
GeneralRe: copying line Pin
mac_g2-Feb-09 1:27
mac_g2-Feb-09 1:27 
GeneralRe: copying line Pin
Malli_S2-Feb-09 2:20
Malli_S2-Feb-09 2:20 
AnswerRe: copying line Pin
David Crow2-Feb-09 5:47
David Crow2-Feb-09 5:47 
QuestionMulti Monitor Issue Pin
ashokbngr2-Feb-09 0:08
ashokbngr2-Feb-09 0:08 

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.