例(只是说明问题)
进程A
class _IEvent
{
    declare int a(void);
}进程B
class b:
publi _IEvent
{
    implement int a(void)
    {
       显示(“你好”);
    }
}其实就是你声明,我来具体实现。

解决方案 »

  1.   

    例(只是说明问题)
    进程A
    class _IEvent
    {
        declare int a(void);
    }进程B
    class b:
    publi _IEvent
    {
        implement int a(void)
        {
           显示(“你好”);
        }
    }其实就是你声明,我来具体实现。
      

  2.   

    例(只是说明问题)
    进程A
    class _IEvent
    {
        declare int a(void);
    }进程B
    class b:
    publi _IEvent
    {
        implement int a(void)
        {
           显示(“你好”);
        }
    }其实就是你声明,我来具体实现。
      

  3.   

    你在什么环境下使用CALLBACK???
    简单来说就是在远程调用激发时被调用的对象回过来取调用着的相关属性