Yes, I discovered and fixed this problem too. Another important thing I just found out is that Interfaces has to be added to the uses section. Once I did this then any form that is created in the IDE will work, but not the form that was converted from Delphi. I got another type of error now.

All in all, the problem seems to be related more to conversion. The p2dApi unit, which is most important seems to work and run without problems after adding {$mode delphi}. I was hoping that I could convert some of the examples over fairly easily so that they could run in Lazarus, but it's looking like it will be more involved than I thought and will have to redo them in Lazarus (the ones with UI). I may have to wait until I have more time. *sigh*

Thanks for your help savage.