Skip to content

Instantly share code, notes, and snippets.

@ortuagustin
ortuagustin / Test003.dpr
Created January 7, 2017 04:58 — forked from xcluster/Test003.dpr
Delphi / TFormAsInterface
program Test003;
uses
FastMM4 in '..\..\..\VCL\FastMM4\FastMM4.pas',
FastMM4Messages in '..\..\..\VCL\FastMM4\FastMM4Messages.pas',
Vcl.Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2},
Unit3 in 'Unit3.pas';