nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

--output option doesn't work #9

Closed lab313ru closed 8 years ago

lab313ru commented 8 years ago

Subj.

lab313ru commented 8 years ago

Maybe because of not correct option specifying by me.

nemerle commented 8 years ago

So far this option seems to work - please re-test and close this ticket ?

Target file option ("--output") gives the name for the resulting assembly files ( .a1 and .a2 ) not for the final .b file.

If you need this kind of functionality, please consider adding a new enhancement ticket.

lab313ru commented 8 years ago

Could you give me command line as example how to use this option? When I will be able to run some of test files in DCC, I'll test it, and check then.

For now, we can close it.

lab313ru commented 8 years ago

VS Release version compiled seems to work.