Question and Answer Database FAQ1494C.txt Missing .dll after moving .exe to another system Category :Linker Platform :All Product :BC++ 5.x Question: After I moved my .exe (static linked) to another system, I'm getting an error while trying to create a dialog? Which .dll am I missing? Answer: You can run tdump on the .exe to check which .dll's are called by the .exe. The fact that it was static linked, indicates that most of the necessary support libraries from BC are already included with the .exe itself. One exception is BWCC.dll. It won't show up on the tdump list. Look also for COMMDLG.dll and CTL3D.dll that resides under \windows\system. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99