What is the relationship between Plex models objects (panel, function, table, etc.) and the generated Source?
The following list displays what kind or source files are generated out of the primary Plex’s model objects for Windows, NT, and AS400 implementations: • Executable (Function): applies to .EXE files built with the Create Exe command for an external function. • Panel: applies to the resource-only DLLs (.PNL files) built when a function scoping a panel is compiled. • Topic: applies to the Windows help (.HLP) files created when topic objects are compiled. • WinC External Function: applies to the .DLL files created when an external Windows client function is compiled and linked with its internal functions. • WinC Internal Function: applies to the intermediate .OBJ files created when you compile an internal Windows client function. The source for the Internal function is embedded in the calling functions so no DLL associated to the internal function is generated. For WinC/AS400 Configurations: • Table: Generates DDS Source files • View: Generates VIW Source files • Server External Function: