IDL Programming > Tasks > Distributing IDL Applications > Limitations of Runtime Applications

Limitations of Runtime Applications

IDL applications that run without an IDL development license — whether native IDL or Callable IDL — do not have access to the IDL compiler and thus cannot compile IDL source code from .pro files. As a result, operations that require the compiler will not execute when a development license is not present. In addition, if you are writing an IDL application to be distributed to users who do not have a development IDL license, you should be aware of the following limitations.

Note: Since runtime applications do not provide access to the IDL command line, startup files are not executed.