I'm trying to port a project from Delphi to Lazarus. Unfortunately, my project uses a handful of custom VCL components, and trying to get them to work is a mess. Once I've gone through the source code and commented out all the properties that Lazarus doesn't support yet, the package will finally compile and install, prompting me to recompile Lazarus to make the components available on the palette. But once I've done the recompile...
...there's nothing new on the component palette, and there are blank spots on my forms where the components are supposed to be. Any idea what's wrong and how to fix it?

Mason