Search code examples
halcon

Preserve local procedures when creating a procedure file from source + local procedures


This pseudo source is the layout of my Halcon application:

[sourceCode]
[sourceCode]
[sourceCode]
[localProcedure]
[sourceCode]
[localProcedure]
[sourceCode]

When I create a procedure file (.hdvp) of the above pseudo source the local procedure's content is lost. Is there a way to preserve this?


Solution

  • That's not possible with the procedure, but you can save and run an entire program in HDevEngine if that's what you're after.