C2774 compile error |
Top Previous Next |
You'll get this if you try to modify a property which cannot be modified. For example:
pPartDoc->FullDocumentName = L"Whatever" ;
FullDocumentName of a Part cannot be changed.
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)