Build the Application
-
Open the file "Lib\Moochos\Moa\Moa.bpr" with C++Builder.
-
Build the library.
-
Make sure the file "Lib\Moochos\Moa\Moa.lib" is created.
-
Open the file "FullGlyph.bpr" with C++Builder.
-
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