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

    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


  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: Redist of files question -- URGENT

    The list of redistributable files for various situations is on the VC++ CD in the redistributables folder.

    Dave


  3. #3
    Guest

    Re: Redist of files question -- URGENT

    check redist folder of VC cd.


  4. #4
    Join Date
    Jun 1999
    Posts
    9

    Re: Redist of files question -- URGENT

    Did you register the control?

    Lee

  5. #5
    Join Date
    Jun 1999
    Location
    Switzerland
    Posts
    398

    Re: Redist of files question -- URGENT

    Have you tried to use regsvr32.exe to register your OCX manually?

    Leica Geosystems - when it has to be right

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