I would like to nominate this to the necro post of the year! 
www.b4x.com
How to create a Basic4ppc library
Please, help me with events... I created C# DLL with simple class for testing event: using System; using System.Collections.Generic; using System.Text; namespace EventHandlersTest { public delegate void MyEventHandler(); public class MyEvent { public event...