CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: register of DLL

  1. #1
    Join Date
    Jul 1999
    Location
    India
    Posts
    15

    register of DLL

    When generating setup programme giving follwoing messagecould not find dependency information.
    Comdlg32.ocx
    Comct232.ocx
    When I include Resource file in the project the apllication is not able to build .
    but when remove the resource file i can continue with set up programme

    I can see the files(comct232.ocx and comdlg32.ocx) in the same directory. How to rectify above problem.


  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: register of DLL

    Hello,

    yes, I know the problem. It occured when I have tried to compile my exe on an NTWS Machine running English. In the resource-file I had the "Version" saying that it is a czech-version. It went ok after I removed the "Version"-Section in the resource file. Besides, for VB-People it's not so interesting anyway

    Hope that helps

    Matthias


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