02-22-2013 12:17 AM
Can i convert .exe to .vi file in LabVIEW..I want to know solution of this..
Solved! Go to Solution.
02-22-2013 02:14 AM
Hello kunal,
no that is not possible. I someone creates an exe, you can't recreate a vi out of it.
One of the reasons is to save the programmer's code from being copied.
It is also not possible recompiling C-Code and similar, for your information.
Regards
02-22-2013 11:19 AM
That's usually impossible.
However if the .exe was built with the block diagrams embedded (which is not the default), then it is possible to extract the VIs from a .exe.
02-25-2013 02:53 PM
How can you find out if the block diagrams are emedded in the .exe?
02-25-2013 03:37 PM
I don't remember. Try my old VI extractor. I wrote it in LV 10. Probably still works.
02-25-2013 10:15 PM
thanks...i will try and chech whethe it work or not...
02-26-2013 02:22 AM
Its not possible,
See the example,
In the exe if you have output 9 then it can be from 0+9,1+8,2+7,3+6,4+5. Then finding which is input is tough job.
02-26-2013 08:59 AM
@Ranjeet_Singh wrote:
Its not possible,
See the example,
In the exe if you have output 9 then it can be from 0+9,1+8,2+7,3+6,4+5. Then finding which is input is tough job.
Gibberish?
02-26-2013 08:43 PM
no output
02-26-2013 08:55 PM