Build the Application

  1. Open the file "Lib\Moochos\Moa\Moa.bpr" with C++Builder.
  2. Build the library.
  3. Make sure the file "Lib\Moochos\Moa\Moa.lib" is created.
  4. Open the file "FullGlyph.bpr" with C++Builder.
  5. Build the application. (*1)
*1: The linker may show the error message saying SelectDirectory cannot be found. Then add the file "$(BCB)\Lib\Release\vclx.lib" to the project and retry the build.

Back