Problem:
LMGR.DLL issues regarding usage of BCB version vs VisualC version in a single environment
Resolution:
- Product Name: VisiBroker
 - Product Version: 6.5, 7.0
 - Product Component: Product Libraries 
Problem Description
When you want to configure the lmgr.dll and other dlls of different compiler installations in a single environment, you may get runtime errors when you have compiled an application in one compiler installation and running in an environment with another compiler installation path in the first place.
For eg:
1. You are compiling an application in Visibroker for BCB compiler installation.
2. set PATH=D:\\VisiBroker70_VC\\bin;D:\\VisiBroker70_BCB\\bin;
3. Execute the application. It will run into issues since the lmgr.dll of VC compiler installation will be used instead of using the BCB one because the VC compiler installation is the path in the first place.
Solution
The solution for maintaining the lmgr.dll and other dlls of different compiler installations in a single environment is to package those conflicting DLLs with the customer application and copy it in the bin folder of the application.
 
#Security
#VisiBroker