PDA

View Full Version : Include Afx.h in Qt Application



Altertwin
13th March 2010, 10:35
I have a problem with inlude afx.h. I found in the Internet code of class decoding Base64 to binary file. This class inlcudes afx.h. How do it?

npclaudiu
14th March 2010, 00:25
The file afx.h is part of MFC. Check this (http://doc.trolltech.com/4.2/qbytearray.html#toBase64) instead.