When importing a MSVC++ workspace you get a Failed to import *any* projects from workspace file.
error, while the project seems imported OK.
This is due to Open() failing at projectsimporter.cpp:280
if (pWsp->Open(filename, Title))
Currently I have no time to investigate further.
See this forum post for more information and a test workspace.
This call at msvcworkspaceloader.cpp:197 always returns nullptr
because the code at projectmanager.cpp:267 always returns nullptr for non-CB projects:
so import will always report failure, even if the projects are there.
Fixed in [r13270] using working code from the MSVC++ 7 importer. Looks like the original code never worked properly.
Related
Commit: [r13270]
Last edit: Miguel Gimenez 2023-05-10