i have the following code to delete the file. this code is work fine on winXP. but when i run on windows 7 it will not delete the file. i get the Error code 0x80270000 when InvokeCommand statement is executed. HRESULT hr = m_psfCurFolder->GetUIObjectOf(AfxGetMainWnd()->m_hWnd, uiCount, (LPCITEMIDLIST*)aPidls, IID_IContextMenu, NULL, (LPVOID*)&pcm); if [...] read more
I am trying to find a way to skip one or more files in a IFileOperation::CopyItem method where an entire folder is copied to a new destination. The way I am attempting this (Plan A) is by testing for the file(s) in the FileOperationProgressSink::PreCopyItem method and, if there is a [...] read more
Whenever I try to send an ActivateSessionRequest to the opcua server, it throws an error stating "BadSessionNotActivated". Below is the message format of ActivateSessionRequest: var ActivateSessionRequest v_activateSessionReq := { requestHeader := session_reqHeader, clientSignature := { algorithm := valueof(tr_String("http://opcfoundation.org/UA/SecurityPolicy#None")), Signature := valueof(tr_ByteString({48, 130, 4, 19, 48, 130, 2, 251, 160, 3, [...] read more