The jump function, which is called after the call from the EbsScript, is present in the header file with the name defined in the ATL-Object Wizard. It is called:
STDMETHOD(Run)
The following must be done in this function:
AFX_MANAGE_STATE( ::AfxGetStaticModuleState() );
Now, the Callback-Function must also be implemented.