Click to See Complete Forum and Search --> : Redist of files question -- URGENT


Thomas Satzinger
April 6th, 1999, 08:07 AM
Hi there
i have problems with collecting all the files i need for creating my setup program.
I am using the mscomm32.ocx for serial comm. in my programm.
After install my app says : cannot craete communication control.
I included the ocx and the mfc*.dll files, this seems to be ok - I do not get an error that something is missing, but that the creation of the control fails.

can anybody help me ??

thanks
thomas

Dave Lorde
April 6th, 1999, 09:52 AM
The list of redistributable files for various situations is on the VC++ CD in the redistributables folder.

Dave

June 17th, 1999, 04:05 PM
check redist folder of VC cd.

Lee N.
June 17th, 1999, 04:13 PM
Did you register the control?

Lee

Markus W.
June 18th, 1999, 03:35 AM
Have you tried to use regsvr32.exe to register your OCX manually?