08-06-2018
|
|
Moderador
|
|
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.257
Reputación: 10
|
|
Cita:
Empezado por bazsar
This is not the correct solution. The problem is that the cvtInt and the cvtDWord functions don't get font data buffer as reference. Use this instead:
Código Delphi [-]function cvtDWord(const Buf: array of byte; P: Integer): DWORD; ... function cvtInt(const Buf: array of byte; P: Integer): Integer;
|
|