Back to Delphi.
Choose Options/Project.
Click on the 'Compiler' tab.
At the bottom of the window, uncheck all the debug check boxes. Since you can't debug a dll with Delphi without some extra software, this just adds unneeded code to the dll.
Click on the 'Linker' tab, and make sure that 'Include TDW debug info' is not checked; and that 'Optimize for size and load times' is checked.
Close the Options dialog.
on to: Creating the resource file
back to: Testing the UCase function Start