Replies: 1 comment
-
|
Thank you for reporting this. Windows is not officially supported yet. I've tried the same on Linux and was not able to reproduce the problem. Although, I found that output file is closed twice. Once in c2mir_compile, and second time in main. May be that is the reason for the problem. To be honest I don't understand why the output file is closed in c2mir_compile. It seem illogical to me. I will think should I fix this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I recently became interested in this project. I wrote a small program using WinAPI streams in C and compiled with mir2c. When I compile the program to text representation it runs fine. But when I compile to binary MIR, I get an Unfinished binary MIR error.
Code that i use to compile C to MIR
Code that running compiled mir file:
Beta Was this translation helpful? Give feedback.
All reactions