Hey im new to programming and i just learned C++ i got a script for a portscanner and i modifyed it to fit in to a program of my own device but im getting 1 error message afx.h no such file or directory i was wondering how to fix that
Printable View
Hey im new to programming and i just learned C++ i got a script for a portscanner and i modifyed it to fit in to a program of my own device but im getting 1 error message afx.h no such file or directory i was wondering how to fix that
perhaps you need the afx.h preprocessor
Im looking for it but i cant find it in any archives
this for M$ coding ? check the MFC's #include <afx.h>
This is the file for MSVC/C++
Hope this help.