|
External Development Guide: External Development Overview |
|
Once you've written your code, you need to compile it and link it into IDL before it can be run. Information on how to do this is available in the various subdirectories of the external subdirectory of the IDL distribution. References to files that are useful in specific situations are contained in this book.
In addition:
bin subdirectory that contains platform specific directories that in turn hold the actual IDL binary and related files. Included with these files is a Makefile that shows how to build IDL from the shareable libraries present in the directory. The link line in this makefile should be used as a starting point when linking your code with Callable IDL—simply omit main.o and include your own object files, containing your own main program.
IDL Online Help (March 06, 2007)