Ver Mensaje Individual
  #7  
Antiguo 04-03-2004
Avatar de Gelmin
Gelmin Gelmin is offline
Miembro
 
Registrado: may 2003
Ubicación: Chinandega-Nicaragua
Posts: 56
Reputación: 22
Gelmin Va por buen camino
[C++ Error] Unit1.cpp(22): E2285 Could not find a match for 'TForm2::TForm2()'

Ya entendi pero no se porque me envia este mensaje de error...!
[C++ Error] Unit1.cpp(22): E2285 Could not find a match for 'TForm2::TForm2()'

Lo hice asi:
TForm2 *miforma; //variable global

miforma = new TForm2;
miforma->ShowModal();
miforma->Release();
Cual sera el problema...! Gelmin Martinez (Nicaragua)
__________________
Powered by Gel
Responder Con Cita