Hi,
I am trying to convert a Delphi Source Code to Free Pascal for Windows. For some parts IOUtils / IO Controll is needed.
It looks like that I need Free Pascal Units to access the IOControl under Windows to access some System informations about the laptop battery.
The Delphi Code has the following units in use. Any alternatives in Code Typhoon?
uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.StrUtils, System.DateUtils, System.IOUtils, System.Variants, System.Classes, System.Math, System.Win.Registry, System.Rtti, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.WinXCtrls, Vcl.CheckLst, Vcl.AppEvnts, Vcl.Clipbrd, Windows.Foundation, Windows.System.WindowsProgramming, Windows.System.Power, Windows.System.Threading, Windows.Devices.DeviceAndDriverInstallation, Windows.System.SystemServices, Windows.System.Shutdown, Windows.System.Recovery, Windows.UI.WindowsAndMessaging, Vcl.Menus {, Windows.UI.Input.KeyboardAndMouse};