upload/import *.bin file

25 May 2012

Dear all,

I compiled a code and have it now as a bin-file. When I want to import it back to the compiler, it says that this is "no valid extension". How can I get it back into the compiler?

Thanks for your help, anna

25 May 2012

The bin file is the binary compiled result of your program/code. Why do you want to import it back, the C code can't be recreated from the bin file. What are you trying to achieve with this import?

Alex

27 May 2012

i had saved this bin-file one day and then changed the code in the compiler. it was working fine back then, so i want to have the code that is now in the bin-file back in the compiler. thanks for making clear that this wont work : ) anna