How To Find All Dependencies Of A Dll File For Making A Package?

I’ve used 2 DLL files in my vb6 project, but when I make package, it doesn’t work because of dll dependencies
what should i do?

Tags: , , , ,

One Response to “How To Find All Dependencies Of A Dll File For Making A Package?”

  1. Use Inno Setup. (It’s free and works better than P&D. And use ISTool as a front ent to it.) Use Dependency Walker to check dependencies.

Leave a Reply