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

Compilation error #4

Open
gamagan opened this issue Mar 5, 2024 · 1 comment
Open

Compilation error #4

gamagan opened this issue Mar 5, 2024 · 1 comment

Comments

@gamagan
Copy link

gamagan commented Mar 5, 2024

Hello,

I tried building the latest source, as of 2024.3.5, with MSVC 2022, but I get the following build errors:

1>W:\Github\godotdec\godotdec\Program.cs(31,50,31,58): error CS1501: No overload for method 'FileOpen' takes 3 arguments
1>W:\Github\godotdec\godotdec\Program.cs(227,36,227,59): error CS1061: 'BinaryReader' does not contain a definition for 'Read32BitPrefixedString' and no accessible extension method 'Read32BitPrefixedString' accepting a first argument of type 'BinaryReader' could be found (are you missing a using directive or an assembly reference?)
@Bioruebe
Copy link
Owner

Seems like I forgot to push the last commit. Oops. Should work now, the errors are caused by an outdated dependency.

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