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

    Is there an easy way to find out what files / DLL's / OCX's to distrubute with a program.??

    Is there an easy way to find out what files / DLL's / OCX's to distrubute with a program.??

    Centurion Software Australia

  2. #2
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    Re: Is there an easy way to find out what files / DLL's / OCX's to distrubute with a program.??

    You use Quick View or Quick View Plus file viewer to view the file.
    from that, you can know the import functions and file needed
    HTH

    Hello World!!!

  3. #3
    Guest

    Re: Is there an easy way to find out what files / DLL's / OCX's to distrubute with a program.??

    try se VC++ 6.0 depends.exe to check.


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