Daniel Bentolila wrote:
> I wonder about the CVI mechanism, how does it run applications when there is
> no *.exe file of the application yet (when I select 'Run Project' form the
> project window menu SHIFT+F5). Could it be that it runs the application as
> if it was an interpreter ?
Interesting question. I dont know the answer but here are some suggestions.
1) It builds the exe and saves it to the temp directory, then runs it
2) It builds the exe into memory and runs from there.
3) Builds some object code and uses the RTE to execute.
There are a lot of IDEs around so this is probably a commom task.
Anyone know the right answer.
Kevin Kent