January 26th, 2006 03:11 AM
In debug mode you can't open the dialog box, get access error.
January 25th, 2006 04:27 PM
My OS is WinXP Pro(sp2). If I run my program compilied with MSVC 6.0 it works great, the same program compilied with MSVC 8.0 closes the main window and exits. No errors or Send crash to Microsoft....
January 19th, 2006 12:16 PM
I got this code which compilies on C# VS 2003 but 2005 doesn't like 2 items. I'm new at C# and don't understand what the compilier is complaining about. One problem is with indexing an object the...
April 20th, 2004 03:15 PM
You never set bool Even to false, anything other than 0 is true.
#include "stdafx.h"
bool Even( int );
int main()
{
if( Even(21) ) {
bool Even = true;