git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
43 lines
800 B
ObjectPascal
43 lines
800 B
ObjectPascal
package StackTraceViewerHelloWorldExample;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
JclStackTraceViewerExpert,
|
|
vclx,
|
|
vclactnband,
|
|
xmlrtl,
|
|
JclBaseExpert,
|
|
Jcl,
|
|
designide;
|
|
|
|
contains
|
|
StackTraceViewerHelloWorldExampleReg in 'StackTraceViewerHelloWorldExampleReg.pas',
|
|
HelloWorldFrame in 'HelloWorldFrame.pas' {frmHelloWorld: TFrame};
|
|
|
|
end.
|