Navigation:  Using bBrowser in Visual Objects >

Build DLLs of bBrowser

Print this Topic    Previous pageReturn to chapter overviewNext page

bBrowser Professional version contains the entire source code of the class library. In order to build DLLs from this source code, the following steps must be executed:

 

1.Create a new project.

2.Import and compile the file <bDefines.AEF>.

3.Import the file <bbServer Classes.AEF> with the application name "bbServer Classes" and build the DLL. Afterwards import the DLL prototype file <bServ40 - DLL.AEF> with the application name "bServer Classes" and compile it.
 
Note!
The DLL prototype file is created automatically from Visual Objects in the source path of the bBrowser when creating the DLL.

4.Import the file <bbBrowser Classes.AEF> with the application name "bbBrowser Classes" and build the DLL. Afterwards import the DLL prototype file <bBrw40 - DLL.AEF> with the application name "bBrowser Classes" and compile it.
 
Note!

5.The DLL prototype file is created automatically from Visual Objects in the source path of the bBrowser when creating the DLL.

 

So that the DLLs becomes smaller and are loaded faster, these can be optimized with the tool VODLLDiet.EXE from company DataPro Inc. ((ftp://ftp.dproinc.com/misc). The tool modifies the DLLs and the associated DLL prototype files to replace names of entrance points with their numeric id and must be run for each DLL before the DLL prototype file is imported.

 


Page url: http://www.YOURSERVER.com/index.html?create_bbrowser_dlls.htm