0

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?

Malinko
  • 124
  • 11

1 Answers1

1

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.

Vladimir Perković
  • 1,351
  • 3
  • 12
  • 30