开发者

Delphi 2010 - MSMQ and event log

开发者 https://www.devze.com 2023-01-28 05:27 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消