DemoApplication
Description
- Derived from
Full source code is included in the Tinman 3D SDK download. |
The DemoApplication class is the entry point of the Tinman Demo application.
Logging
LogMessage_Crash
The Demo Application has crashed because of an unexpected error.
Label parameters:
#0
:
The exception details of the demo application crash.
- See also
LogMessage_Metadata
Outputs the current licence metadata.
Label parameters:
#0
: LicenceMetadata.LegalCompany
#1
: LicenceMetadata.LegalCopyright
#2
: LicenceMetadata.LegalProduct
#3
: LicenceMetadata.LegalTrademark
#4
: LicenceMetadata.MachineCode
#5
: LicenceMetadata.MachineDomain
#6
: LicenceMetadata.MachineUser
#7
: LicenceMetadata.ProgramFile
#8
: LicenceMetadata.ProgramHash
#9
: LicenceMetadata.ProgramTitle
#10
: LicenceMetadata.ProgramVersion
- See also
LogMessage_NoLicence
The Demo Application cannot start because there is no valid licence key.
- See also
LogMessage_Request
Outputs the file path to the generated evaluation licence request file.
Label parameters:
#0
:
Path to the licence request file, see LicenceDomain.Request1.
- See also