CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    How to distribute MSMAPI32.OCX

    I have a VB5 project which uses the MSMAPI32.OCX for mailing. I used the install-wizard to create a setup. After installing and running on the targetmachine I'am getting an error that the MAPI-component could not be created.
    Is there a special clue which files to use or whatever I did wrong?

    Thanks for your help, Fox one


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to distribute MSMAPI32.OCX

    MS Devnet article Q182858 mentions the following "symptom":
    "Trying to register MSMAPI16.OCX or MSMAPI32.OCX on a Windows 95 or Windows NT machine fails. "
    and the following cause: "This is most likely due to not having the Windows Messaging subsystem installed on the machine. "
    funny: "This behavior is by design. "


  3. #3
    Join Date
    Apr 1999
    Posts
    2

    Re: How to distribute MSMAPI32.OCX

    Thank you!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured