You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
Hello,
I tried building the latest source, as of 2024.3.5, with MSVC 2022, but I get the following build errors:
The text was updated successfully, but these errors were encountered: