iNTERFACEWARE Products Manual > Installing and Using Chameleon > Deploying Chameleon Applications > Deployment Troubleshooting > DLL Dependency Issues |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Sometimes we get support issues with customers finding that their installs do not work due to dependencies on DLLs. For instance, a common issue arises from the use of "msvcp60.dll". This particular dependency is not due to Chameleon itself but may have come from your development environment. One useful tool for analyzing dependencies is the dumpbin command line tool which ships with Microsoft Visual Studio. You can use this tool on your own application to see what dependencies it has. The following shows how one can use it with the examples of Chameleon's GUI and the main DLL.:
|