CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Gran Canaria
    Posts
    55

    VCTERM runtime error

    Hi Freaks,

    I've build the Microsoft programming example VCTERM and it works fine.
    On a system, only Win95 is installed (without Microsoft Developer Studio),
    it doesn't work.
    An error occurs on create the MSCOMM32 OLE Control. (m_commctrl.Create(...)).

    I've copied the following files in the windows system path:
    MFC42.DLL, MFC42LOC.DLL, MSCOMM32.OCX, MSVCRT.DLL

    Is there anything else I have to do?

    Thanks for help
    Peter



  2. #2
    Join Date
    May 1999
    Posts
    667

    Re: VCTERM runtime error

    You need to register MSCOMM32.OCX using "regsvr32.exe MSCOMM32.OCX".

    HTH,
    Chris


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