Skip to content

Novice to VS/c++: help getting project to compile #94

Answered by jovibor
TD-Community asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Indeed HexCtrl is a bit complex project.

message : sorry: 'inline' function definition for 'ULONGLONG Int64ShllMod32(ULONGLONG,DWORD)' could not be written to module due to unrecognized expression or statement at 'C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\winnt.h(1010,5)'.

You can ignore these messages all together. It's just the compiler can't handle old stuff with new modules` model, it'll be fixed (I hope) in future VS versions.

Cannot open include file: 'stdafx.h': No such file or directory
This one is pretty standard stuff. HexCtrl uses stdafx.h for precompiled headers (until it completely moves to modules).
You can check it in your project settings:

The nam…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TD-Community
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants