|
Re: IFI Loader Question
Before you can do anything worthwhile, you need to have loaded a project. You do that by choosing Open... from the Project menu and selecting the proper .mcp file.
The project file defines which source files are used to build the program, and lets the IDE tell the compiler and linker exactly what to do.
When you Make or Build the project, you should see a bunch of output from the compiler and linker as each source file is checked and turned into executable code.
|