#include <stdafx.h>
#include <windows.h>
int CALLBACK WinMain(HINSTAN CE hInstance,HINST ANCE hPrevInstance,L PSTR lpCmdLine,int nCmdShow)
{
MessageBox(NULL , "VISUAL PROGRAMMING \n\n FIRST ASSIGNMENT", "Virtual Uinversity of Pakistan", MB_OKCANCEL);
return 0;
}
I am getting an error "Error1 fatal error C1083: Cannot open include file: 'windows.h': No such file or directory h:\visual studio 2008\projects\p c080400184_cs41 0_1\pc080400184 _cs410_1\pc0804 00184_cs410_1.c pp 5 Pc080400184_cs4 10_1"
I have installed my vs08 on h drive ...
#include <windows.h>
int CALLBACK WinMain(HINSTAN CE hInstance,HINST ANCE hPrevInstance,L PSTR lpCmdLine,int nCmdShow)
{
MessageBox(NULL , "VISUAL PROGRAMMING \n\n FIRST ASSIGNMENT", "Virtual Uinversity of Pakistan", MB_OKCANCEL);
return 0;
}
I am getting an error "Error1 fatal error C1083: Cannot open include file: 'windows.h': No such file or directory h:\visual studio 2008\projects\p c080400184_cs41 0_1\pc080400184 _cs410_1\pc0804 00184_cs410_1.c pp 5 Pc080400184_cs4 10_1"
I have installed my vs08 on h drive ...
Comment