Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Order of IWRtlFix Unit
#1
Can you please tell me which would be the correct order?   Should FastMM4 come before IWRtlFix or After it?

uses
  FastMM4,
  IWRtlFix,



or 


uses
  IWRtlFix,
  FastMM4,
Reply
#2
I use

Code:
uses
  FastMM4,
  IWRtlFix


The Intraweb app wizard also creates the units in this order.

Code:
uses
  FastMM4,
  IWRtlFix,
  IWJclStackTrace,
  IWJclDebug,
  IWStart,
  Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm},
  ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},
  UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)