Table of Contents Previous Section

Building Your Code

Once you've created your .h and .m files and added them to your project, you're ready to build and link your code. There's no special magic required for this step---just use the process you normally would in your development environment.

If you're creating your application on NT, you need to make a copy of your application after you build it that doesn't have the extension .exe. This is required so that your application can be autostarted. You should also maintain a copy of your application that has the extension .exe, though, since this is the version you need to use to run the application from a command prompt.

Table of Contents Next Section