Ver Mensaje Individual
  #4  
Antiguo 06-08-2017
jolunavi jolunavi is offline
Registrado
NULL
 
Registrado: ago 2017
Posts: 8
Reputación: 0
jolunavi Va por buen camino
correcto ??

Eres increible Agustin !

....pero ahora me salen estos mensajes:
Código:
[dcc32 Hint] inicio.pas(231): H2443 Inline function 'MessageDlg' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] inicio.pas(235): H2443 Inline function 'MessageDlg' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] inicio.pas(250): H2443 Inline function 'MessageDlg' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] inicio.pas(255): H2443 Inline function 'MessageDlg' has not been expanded because unit 'System.UITypes' is not specified in USES list
voy a tratar de auto responderme: (dime por favor si me eqivoco)
debo agregar: 'System.UITypes' en la parte superior del archivo ...osea en Uses

ejemplo:
Código Delphi [-]
unit inicio;

interface

uses
  Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
  Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Imaging.pngimage, Vcl.Imaging.jpeg,
   Vcl.ExtCtrls, Registry, System.UITypes;

type
  TForm1 = class(TForm)
.............
................
...................


que dices? ...es correcto?
mañana te tengo alguna novedad

Pueden dejar este hilo abierto ??
...para poder seguir agregando dificultades que se me presenten!
o deberia crear nuevos hilos??

Muchas Gracias por su ayuda!
Responder Con Cita