问题
I need to create an MFC project with database. As I can see in screens of VS 2015, there was a special option for it. But in VS 2017 I don't see it. Here's the list of components I have:
But I still can't find anything that can help me find database support for mfc. I will be grateful for any help. Thanks in advance!
回答1:
This will be similar to my answer I am missing the Add new item Add "MFC Class From Typelib" in VS-2019 or this issue The big ATL wizard misery.
You will need to create it in VS2015 and port it to VS2017, or manually implement what the Wizard does automatically.
来源:https://stackoverflow.com/questions/58400749/how-to-add-database-to-mfc-project-in-visual-studio-2017