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.

  1. Setting up the project.
  2. Creating the Add function.
  3. Testing the Add function.
  4. Creating the ReturnString function.
  5. Creating the UCase function.
  6. Testing the UCase function.
  7. Setting some project options
  8. Creating the resource file
  9. Compiling the resource file
  10. 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