Hi everybody!

I have recently installed Visual Studio 2008 and started programming a C++ application.
I have some assertions in my code, but none of them pops up the typical "error window" when the execution of the application fails.

The output prompts this:

The thread 'Win32 Thread' (0xcd4) has exited with code 3 (0x3).
The program '[2372] MyApp.exe: Native' has exited with code 3 (0x3).

When this happens I do not have the option to debug and breakpoint the source code. It just crashes and I don't know where it crashed....

I don't understand it, has someone experienced this before??
How can I fix it? I would like to see where the program crashes and see the pop up assertion window.

Can someone help me please?

PS: I have Windows XP SP3 and i'm using VS2008 express edition.