Click to See Complete Forum and Search --> : VCTERM runtime error


Peter Uebers
August 4th, 1999, 09:40 AM
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

ChrisD
August 4th, 1999, 09:43 AM
You need to register MSCOMM32.OCX using "regsvr32.exe MSCOMM32.OCX".

HTH,
Chris