Adding COM(+) to your Delphi project

Jun 19, 2009 00:00 · 50 words · 1 minute read delphi-2009 com

If you’re struggling with your IDE to add an COM(+) object to your project you should look in the .drp file of your project. If you include ‘ComServ’ in the uses list you should be fine. :) Now you’re able to add an COM(+) object to your project using add->new.