I try to use the ComCom Automation Server in my own Delphi Application. It works fine with sending Fiels and receive them in Navision.
Now I want to send File from Navision to Delphi but my Event crahses with a Memory Error. Because you cannot say "WithEvents" like in VB I haven't any examples how to implement this event. Does anybody has some code for raising a ComCom.MessageReceived() event in Delphi, C or something else?
0