"Dami" wrote in message
news:50650000000800000080760000-1042324653000@exchange.ni.com...
> First of all sorry for my english I'm from Spain. I've an exe file of
> a labview program, I think that the exe file was created with the
> run-time. My question is if I can change something of this program,
> and if I can how can I do it.Thanks.
>
As you should know as a programmer labview and other compiler languages
translate the pseudo code used in vi's into real mashine code. by doing this
most of the stuff needed to describe the graphically displayable code will
be cut.
therefor it has to be clear that it couldn't be possible to edit completely
compiled code.