Redist of files question -- URGENT
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
Re: Redist of files question -- URGENT
The list of redistributable files for various situations is on the VC++ CD in the redistributables folder.
Dave
Re: Redist of files question -- URGENT
check redist folder of VC cd.
Re: Redist of files question -- URGENT
Did you register the control?
Lee
Re: Redist of files question -- URGENT
Have you tried to use regsvr32.exe to register your OCX manually?