Ver Mensaje Individual
  #4  
Antiguo 16-04-2015
Avatar de aguml
aguml aguml is offline
Miembro
 
Registrado: may 2013
Posts: 885
Reputación: 14
aguml Va por buen camino
Ahora tengo otro Warning:
Cita:
[C++ Warning] Unit1.h(96): W8027 Functions containing switch are not expanded inline
Si miro a que se refiere veo que es a esto que tengo en el .h de la clase TForm1:
Código PHP:
protected:
   
BEGIN_MESSAGE_MAP
      VCL_MESSAGE_HANDLER
(WM_SYSCOMMANDTWMSysCommandOnWMSysCommand)
   
END_MESSAGE_MAP(TForm
¿se puede evitar o no pasa nada?
Responder Con Cita