You've already forked lazarus-ccr
* Fixed compilation and cleaned the demos applications
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -8,12 +8,18 @@ uses
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms
|
||||
{ add your units here }, Main,vtlogger,ipcchannel, lclextensions_package;
|
||||
{ add your units here }, Main
|
||||
{$ifdef DEBUG_VTV}
|
||||
,vtlogger, ipcchannel
|
||||
{$endif}
|
||||
;
|
||||
|
||||
begin
|
||||
{$ifdef DEBUG_VTV}
|
||||
Logger.Channels.Add(TIPCChannel.Create);
|
||||
Logger.Clear;
|
||||
Logger.ActiveClasses:=[lcScroll,lcWarning];
|
||||
Logger.ActiveClasses := [lcScroll, lcWarning];
|
||||
{$endif}
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TfrmMain, frmMain);
|
||||
Application.Run;
|
||||
|
Reference in New Issue
Block a user