I am working with an ActiveX OCX that was written in Delphi. I am trying to get an Event Callback to work:

Currently, the event callback is not happening, even though events are being generated. (Events using this same OCX work using other development environments including VB6, VB.NET, and Excel VBA). I can tell the event is not being recognized as there's a pop-up message box in the event handler ( "2" )shown above that's not firing. The NI example Event Callback VI's run just fine.
After contacting the OCX author, I find out the OCX is written using Delphi and requires that event handlers "must be assigned at design-time" and that "dynamically assigning the OCX events causes problems."
Unfortunately, I'm a dedicated wiring geek and that's pretty much over my head. Any suggestions on how I might "hardwire" the event callback so that it is established before the application is run? Thank in advance for your time.