Creating a simple UCD
For this exercise I will go through making a simple UCD/U32
with two functions:
Add - adds two numbers together and
UCase - converts a string to upper case.
- Setting up the project.
- Creating the Add function.
- Testing the Add function.
- Creating the ReturnString function.
- Creating the UCase function.
- Testing the UCase function.
- Setting some project options
- Creating the resource file
- Compiling the resource file
- Creating the U32
These HTML pages are also available as a zipped file - simpucd.zip. (12k)
The completed Delphi project is also available - simple.zip (29k)
Creating a UCD with Delphi