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

Link warnings when building VCPP plugin DisplayXMLFiles with Visual Studio 2019 16.7.7 #558

Closed
Andreas-Schniertshauer opened this issue Jan 14, 2021 · 1 comment

Comments

@Andreas-Schniertshauer
Copy link

I get the following warnings when building VCPP plugin DisplayXMLFiles with Visual Studio 2019 16.7.7
DisplayXMLFiles.def : warning LNK4222: exported symbol 'DllCanUnloadNow' should not be assigned an ordinal
DisplayXMLFiles.def : warning LNK4222: exported symbol 'DllGetClassObject' should not be assigned an ordinal
DisplayXMLFiles.def : warning LNK4222: exported symbol 'DllRegisterServer' should not be assigned an ordinal
DisplayXMLFiles.def : warning LNK4222: exported symbol 'DllUnregisterServer' should not be assigned an ordinal
These functions should not be exported by ordinal, see Linker Tools Warning LNK4222

sdottaka added a commit that referenced this issue Jan 15, 2021
@sdottaka
Copy link
Member

Fixed by commit 7fab57d
Thank you for the report.

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

No branches or pull requests

2 participants