Problem with Delphi Function Se tDate Time Computer

Post here messages if you have any problems with working of Enigma Protector
Post Reply
IVANRIBEIRO
Posts: 2
Joined: Sat Jun 09, 2018 7:10 pm

Problem with Delphi Function Se tDate Time Computer

Post by IVANRIBEIRO »

We have a function to change computer system date time with Delphi
But we dont understand why after protect the executable the function dont works

Thats the function:

procedure TDmPrincipal.SynchronizeDh;
var
SystemTime: TSystemTime;
begin
FDhSynchronized := False;
DateTimeToSystemTime(GetCurrentDateTime, SystemTime);
FDhSynchronized := SetLocalTime(SystemTime);
end;

Its possible to be any influence of Enigma. Because the function use Windows API SetLocalTime function?

Thank you all folks!!
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Problem with Delphi Function Se tDate Time Computer

Post by Enigma »

Hi, Enigma does not affect these functions at all, very strange that it behave so.

If you can make a test application for us, please send it (non protected) at support@enigmaprotector.com, we will check it out.

Please also test the same app on another computer, maybe this is something PC specific.
IVANRIBEIRO
Posts: 2
Joined: Sat Jun 09, 2018 7:10 pm

Re: Problem with Delphi Function Se tDate Time Computer

Post by IVANRIBEIRO »

Thank you!!!
Post Reply