Hi all.
can any body tell me how o replace windows API CFileException and CMemoryException in Qt.
Hi all.
can any body tell me how o replace windows API CFileException and CMemoryException in Qt.
Cheers,
Phillip
--- Please post the solution you got to solve your problem. It may help others.
These are MFC, not WinAPI, the latter is C based
How to replace them? It depends what do you use them for. Qt doesn't throw any exceptions so basically you'll have to query the QFile object you use for its state. Most of the methods will also return the result - like true and false. You might check the result to see if the method succeeded or not.
Bookmarks