11-17-2007, 09:30 PM
Usually you don't have to explicitly compile functions, but in some cases, after changing some declarations or function arguments, you may have to do it. If it asks to recompile a function, you can recompile it using menu Run -> Compile (or Recompile). Or restart QM.
Compiling means preparing to execute the code. It includes checking for syntax errors, resolving and collecting declarations, linking functions, generating binary code that will be executed faster, etc.
Compiling means preparing to execute the code. It includes checking for syntax errors, resolving and collecting declarations, linking functions, generating binary code that will be executed faster, etc.
