Delphi 2010 - MSMQ and event log
Does anyone have a sample of how to use MSMQ in delphi 2010 to comunicate开发者_开发知识库 between 2 delphi applications? I also wanted to log an event on windows event log, but I dont know how to.
To create the Delphi wrapper code you can use the following command:
tlibimp -P c:\windows\system32\mqoa30.tlb
This will create a pas and a dcr (component resource) file
精彩评论