| 1.How to create the Exe file for the Win32 Platform? |
Steps to create Executable file for Win 32:
1.Clean and Rebuild the project.
2.Compile the application in the Win 32 platform
in Release mode.
3.Run the application in same platform
4.Click the tools menu -->Windows-->Win32 setup
5.Exe file will get created in the release
project folder.
6.Install the application.exe in same folder or
wherever you want. It will create the three
files ggodb.exe, ApplicationName.bdb and
ApplicationName.bdb.db wherever we install the
ApplicationName.exe.
7.To run application by clicking the gGoDb.exe
|
| Top |
| 2.How to deploy Godb application in PC Based (client) |
1) Create a seperate folder in Application name
2) Copy the following files to newly created folder.
i) ApplicationName.BDB
ii) ApplicationName.bdb.db
3) Click on the ApplicationName.bdb to run the Application in Desktop.
|
| Top |