Skip to content
Discussion options

You must be logged in to vote

When you set OpenIpcPath=* in the UI, it prompts you to select whether to box the COM or not. If you select (Yes), the Template_BoxedCOM template is added to the config alongside the OpenIpcPath setting.

if (pItem->data(0, Qt::UserRole).toInt() == eIPC && Mode == eOpen
&& ((Path == "*" && pItem->data(3, Qt::UserRole).toString() != "*")
|| (Path == "\\*" && pItem->data(3, Qt::UserRole).toString() != "\\*"))
&& !m_BoxTemplates.contains("BoxedCOM"))
{
if (theConf->GetInt("Options/WarnOpenCOM", -1) == -1) {
bool State = false;
if (CCheckableMessageBox::question(t…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@maykura
Comment options

Answer selected by maykura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants