cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
stdafx.h
stdafx.h
Jun 21, 2012 at 9:20am UTC
ianrogerb
(1)
i am working on a c++ program so i can load an image
it compiles except for one error coming up as unable to open include <stdafx.h> header file, i am using visual c++ version 6
can anybody help
thank you
ian
Jun 21, 2012 at 9:26am UTC
kbw
(9488)
It should never be:
#include <stdafx.h>
It should be:
#include "stdafx.h"
Topic archived. No new replies allowed.