Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFCMapi core library does not compile with VS 2022 17.10 #719

Closed
syncimprov opened this issue May 21, 2024 · 3 comments · Fixed by #722
Closed

MFCMapi core library does not compile with VS 2022 17.10 #719

syncimprov opened this issue May 21, 2024 · 3 comments · Fixed by #722

Comments

@syncimprov
Copy link

Build errors:

core\smartview\block\blockT.h(39,34): error C2062: type 'WORD' unexpected
core\smartview\block\blockT.h(43,27): error C2062: type 'WORD' unexpected
core\smartview\block\blockT.h(44,32): error C2062: type 'WORD' unexpected
core\smartview\block\blockT.h(39,34): error C2062: type 'DWORD' unexpected
core\smartview\block\blockT.h(43,27): error C2062: type 'DWORD' unexpected
core\smartview\block\blockT.h(44,32): error C2062: type 'DWORD' unexpected
core\smartview\block\blockT.h(39,34): error C2062: type 'BYTE' unexpected
core\smartview\block\blockT.h(43,27): error C2062: type 'BYTE' unexpected
core\smartview\block\blockT.h(44,32): error C2062: type 'BYTE' unexpected
@syncimprov syncimprov changed the title MFCMApi core library does not compile with VS 2022 17.10 MFCMapi core library does not compile with VS 2022 17.10 May 21, 2024
@stephenegriffin
Copy link
Member

Works for me (tm).

Did you make sure to clone submodules?
git clone --recursive https://github.com/microsoft/mfcmapi.git

@stephenegriffin
Copy link
Member

Just updated to 17.10 from 17.9 and now repro - sounds like a problem with VS, not the project, but I'll see what I can find

@syncimprov
Copy link
Author

Thanks @stephenegriffin. Reported to VS Developer Community. They have reproduced it and are looking into it.

Here is the link:

https://developercommunity.visualstudio.com/t/Compiling-MFCMapi-after-upgrade-to-VS-20/10662946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants