|
The file "PE10API.BAS" contains definitions for global constants and functions exported from the ProEssentials DLL. Before the developer can utilize these constants and functions in a project, these files (or portions of) must be included into the projects module files.
IMPORTANT TIP
We highly recommend within Visual Basic that [Options Explicit] is declared which will catch problems related to un-initialized variables. This is a good overall programming practice.
|