- Hay un problema con Windows 7 x64 y Delphi. Windows no informa bien de la configuración regional.
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@147 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
This commit is contained in:
parent
b6b544c24d
commit
49101ee5ae
@ -20,6 +20,12 @@ uses
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
{Hay un problema con Windows 7 x64 y Delphi.
|
||||
Windows no informa bien de la configuración regional.}
|
||||
|
||||
SetThreadLocale(LOCALE_USER_DEFAULT);
|
||||
GetFormatSettings;
|
||||
|
||||
Application.Initialize;
|
||||
|
||||
//ReportMemoryLeaksOnShutdown := True;
|
||||
|
||||
Reference in New Issue
Block a user