When compiling a program i get this:
Cannot open include file: 'afxwin.h': No such file or directory
This is because I dont have an MFC library. This is because microsoft visual studio C++ 2008 express edition does not have an MFC library (need to buy the proffessional edition).
Anyone know where I can get this library from?
thanks
yazooney
edit: or alternativly, will a gcc compiller on cygwin be able to do the job (though I dont want to do that)?