TestMeCode32.DLL

Plug-ins

TestMeCode.Dll-designed to load into the application that you want to debug or test.

To connect the DLL, use the code:

uses
    Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
       {$IFDEF TESTME}
        ,TestMe,TestMe_Types
       {$ENDIF}
    ;