 |
Online Help System
|
 |
Back to Brilliant Database Web-Site |
Write to Support |
Help Index
SDK - EXE Project Folder
Basic Information
The EXE Project Folder contains files that will be included to the distributive of your program and that determine its outward look and functionality. The given folder is created automatically at the first start of the SDK module and has the ".sdk" extension and is always located in the same place where your database is.
Exe-Project Folder Content
This folder contains the following 8 files:
- Icon.ico - this file will be used as an icon of your application. To learn more, see the SDK - Changing logo and icon section.
- Setupicon.ico - file that will be used as an icon for the distributive package of your application (installer). To learn more, see the SDK - Changing logo and icon section.
- Logo.bmp, Wiz.bmp - graphic files that will be used as a logo of your program. To learn more, see the SDK - Changing logo and icon section.
- Main_[lng].txt - this file contains all string constants used in the program. You can edit it in correspondence with your requirements or translate it to any other language. Learn more about localization...
- Bdb_wp_engine.exe - the main executable file of the program. You can protect it using side software to prevent unauthorized copying. Learn more...
- Options.ini, Main.dat - system files.
See Also:
General information on creating your software
SDK - Changing logo and icons
SDK - Setting the program main menu and options
SDK - Protecting created program
|