Join the ongoing struggle to save Eden in Angels Online! We've got 1000 Newbie Packs for anyone wanting to give this free MMO a try, so grab one and jump in!
This package contains examples for creating COGS plugins in Delphi. It was tested on Delphi 5 and 6, but may work on other versions too.
This package comes with 2 examples:
- [cogslistview] performs the exact same things as the C example plugin: It creates a simple listview and adds items etc. It [partially] uses Delphi's OOP/VCL to create the listview. (ie with TListView)
- [cogswho] uses a form from Delphi's VCL to as the basis of a tab page. It also demonstrates simple parsing of IRC messages.