Skip to content

Fixing unscoped enum member conflicts via winmdgenerator? #745

Closed Answered by riverar
riverar asked this question in Q&A
Discussion options

You must be logged in to vote

I manage to work around this with several files.

options.rsp

--remap
SymTagEnum=SymTag
--exclude
SymTagEnum

dia.manual.cs

using Windows.Win32.Foundation;
using Windows.Win32.Interop;

namespace Microsoft.Dia
{
    public enum SymTag
    {
      // ...
    }
}

Am still interested in your thoughts. Thanks!

Replies: 1 comment 2 replies

Comment options

riverar
Nov 17, 2021
Collaborator Author

You must be logged in to vote
2 replies
@sotteson1
Comment options

@riverar
Comment options

riverar Nov 17, 2021
Collaborator Author

Answer selected by sotteson1
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