An Introduction To Embedded Tk (page 21 of 32)

[Previous Page][Next Page][Table of Contents]

11 Compiling ET Applications

We've already discussed the basics of compiling ET applications back in section 2 when we put together the ``Hello, World!'' example. Basically, all you do is preprocess your source files with et2c and then run the results through the C compiler. But that synopsis omits a lot of detail. This section fills in the missing information.

[Next Page][Table of Contents]