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

support hex format #64

Open
stewpend0us opened this issue May 6, 2024 · 0 comments
Open

support hex format #64

stewpend0us opened this issue May 6, 2024 · 0 comments

Comments

@stewpend0us
Copy link

msg file:

int32 FAULT_OVER_TEMP=0x00000001
...
int32 FAULT_LAST=0x8000000

works fine for c++ but not working in c#. here's the message I get:

Unable to parse field defined as 'FieldDeclaration { Type = uint32, Identifier = FAULT_OVER_TEMP, Value = 0x00000001, IsArray = False, ArrayLength = , InlineComment = , IsUpperBounded = False }': The input string '0x00000001' was not in a correct format.

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

1 participant