-
Notifications
You must be signed in to change notification settings - Fork 21
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
.NET 4.5 mscorlib.dll cannot be read. #23
Comments
That's really a Haxe issue, not hxcs, since haxe itself parses IL bytecode. |
Still: |
because it seems not related to hxcs. |
Please add an issue on the Haxe tracker. As for using .net 4, you can add |
Same error for me using Mono's .Net 4.5 .dlls: PeReader.Error_message("Error reading compressed data. Invalid first byte: e5") |
I don't think @tecteun has added an issue to the Haxe tracker. Please add it, and I'll take a look at it |
Thanks @waneck. Issue opened. |
When trying to compile a .net 4.5 project (depending on Azure web jobs SDK)
adding
-net-lib C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll
results in the following error:
PeReader.Error_message("Error reading compressed data. Invalid first byte: e5")
Build halted with errors (haxe.exe).
Also see
HaxeFoundation/haxe#4151 (comment)
The text was updated successfully, but these errors were encountered: