$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [interprocess] Is that possible that a desktop application open a message queue that a windows service create?
From: ³ÂÌÎ (byron0914_at_[hidden])
Date: 2011-07-04 04:18:48
I get the exception message "access denied"(interprocess_exception) when openning a message queue that a windows service created in a desktop application, the error code is "security error".
Is that possible that a desktop application open a message queue that a service create? If not, I would drop the use of the message queue in my application.