I am trying to compile an ARToolkit app, but atlbase.h (no such file or directory) is not found - presumably this is a MFC thing - question is, is there a fix - is it possible to compile this using dev-cpp?
Cheers,
J
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MingW doesn't come with any MFC support. Probably purposely. You can try downloading VC++ of Kazaa or something though. The serial number is just all ones. L8tr
Kip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One note - Dev-C++ is just a neat graphical front end for the gcc compiler, so, if you are looking for information on compiler compatability (say googling), your key word is gcc.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to compile an ARToolkit app, but atlbase.h (no such file or directory) is not found - presumably this is a MFC thing - question is, is there a fix - is it possible to compile this using dev-cpp?
Cheers,
J
Hey man,
MingW doesn't come with any MFC support. Probably purposely. You can try downloading VC++ of Kazaa or something though. The serial number is just all ones. L8tr
Kip
That's what I figured - just wondered whether any had a "Dev-cpp version" of the header so I didnt have to use VC++.
Cheers for the info,
J
One note - Dev-C++ is just a neat graphical front end for the gcc compiler, so, if you are looking for information on compiler compatability (say googling), your key word is gcc.
Wayne