pccad2014出现:oops-hit an errot Code=80041054 Code meaning=没有注册类 Source=null Description=null

2024-05-19 23:32

1. pccad2014出现:oops-hit an errot Code=80041054 Code meaning=没有注册类 Source=null Description=null

开始菜单
命令提示符以管理员身份运行
命令提示符中输入"regsvr32   "路径 \控件名称" "
注册2014x64 下dll

pccad2014出现:oops-hit an errot Code=80041054 Code meaning=没有注册类 Source=null Description=null

2. elsawin如何升级到5.0匿名

Hit an error
Code = 80040154
Code meaning = 没有注册类别
Source = null
Description = null
不知道这是什么问题 
哪位前辈知道解决方法 
非常感谢
我猜测是用360杀木马时杀掉了,因为当时杀出了Elsawin的一些内容,并把这些内容设为开机不启动。
我用EaseRecovery profesional 恢复找到了9个Elsawin的已删除文件,但不知道放到哪里才有用,放到安装目录下重启后 Elsawin 还是不能用。
最上面的Code meaning =没有注册类别写错了。电脑上显示的是Code meaning =制定的服务并未以已安装的服务存在。

3. 如何发送一条消息通过 Outlook 对象模型与 VC++

如何发送一条消息通过 Outlook 对象模型与 VC++

在编译并运行下面的代码之前, 一定要按照给定的任何地方文本"TO DO:"找到。 






  // Change the path to msoutl85.olb if necessary.
   #import "C:\\Program Files\\MicrosoftOffice\\Office\\msoutl85.olb"\ 
   no_namespace exclude("_IRecipientControl", "_DRecipientControl")

   #include 
   #include 

   void dump_com_error(_com_error &e)
   {
    _tprintf(_T("Oops - hit an error!\n"));
    _tprintf(_T("\a\tCode = %08lx\n"), e.Error());
    _tprintf(_T("\a\tCode meaning = %s\n"), e.ErrorMessage());
    _bstr_t bstrSource(e.Source());
    _bstr_t bstrDescription(e.Description());
    _tprintf(_T("\a\tSource = %s\n"), (LPCTSTR) bstrSource);
    _tprintf(_T("\a\tDescription = %s\n"), (LPCTSTR) bstrDescription);
   }

   // If this is placed in the scope of the smart pointers, they must be
   // explicitly Release(d) before CoUninitialize() is called. If any
   // reference count is non-zero, a protection fault will occur.
   struct StartOle {
    StartOle() { CoInitialize(NULL); }
    ~StartOle() { CoUninitialize(); }
   } _inst_StartOle;

   void main()
   {
     try
    {
      NameSpacePtr pNameSpace;
      MAPIFolderPtr pOutbox;
      ItemsPtr pOutboxItems;
      _MailItemPtr pNewMail;
      AttachmentsPtr pAttachments;
      RecipientsPtr pRecipients;
      RecipientPtr pRecipient;
   
      // Create an Outlook.Application pointer.
      _ApplicationPtr pApp("Outlook.Application");
      // Create NameSpace pointer.
      pNameSpace = pApp->GetNamespace(L"MAPI");
      // If Outlook is not running, uncomment the next line.
      //pNameSpace->Logon("TO DO: Place profile name here");

      // Create pointer to the Outbox Folder.
      pOutbox = pNameSpace->GetDefaultFolder(olFolderOutbox);
      // Create pointer to the Messages Collection.
      pOutboxItems = pOutbox->Items;
      // Create pointer to a new message.
      pNewMail = pOutboxItems->Add();
      // Set the Subject of the message.
      pNewMail->Subject = "New Mail Subject";
      // Set the Text of the message.
      pNewMail->Body = "New mail body\n";
      // Create pointer to the Attachments collection.
      pAttachments = pNewMail->Attachments;
      // Create new Attachment.
      pAttachments->Add("c:\\Autoexec.bat", (long)1, (long)(15000), 
                       "Autoexec.bat");
   
      // Create pointer to Recipients Collection.
      pRecipients = pNewMail->Recipients;
      // Add recipient.
      pRecipients->Add("TO DO: Place email alias here");
      // Resolve the recipient address.
      pRecipients ->ResolveAll();

      // Send the message.
      pNewMail->Send();
      _tprintf(_T("Message sent\n"));
      // Logoff NameSpace.
      pNameSpace->Logoff();
    }

     catch (_com_error &e)
     {
       dump_com_error(e);
     }
   }

如何发送一条消息通过 Outlook 对象模型与 VC++

4. 求Hit 'Em Up Style (Oops!) Blu Cantrell的空间链接!!谢谢!

Hit 'Em Up Style (Oops!) Blu Cantrell
链接已发送到页面顶端右上角你的百度Hi

注意hi 的信息数量提示,请点击进入收取!注意发信人ID
如不明白或未收到,请追问并留下邮箱,注意大写或用特殊符号!
你也可以直接hi,发你提问的链接地址,免得折腾!

满意链接!请点击我的回答下方【选为满意答案】按钮

同求的知友请将鼠标移到回答内容下方的ID
点击【求助知友】按钮。

【我本无名】
最新文章
热门文章
推荐阅读