I have an application in which I want it to open a whole new file, as well as save/open a user defined series. I do not wish to use CWinApp for this. Any suggestions?
Use any of Win32 methods that work with files: CreateFile, ReadFile, WriteFile, etc. This will be much more complicated but you'll bypass CWinApp. More info here:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.