int
main ()
{
wxString stf;
stf.Clear ();
stf.Append ("adgalp13bdgalp.pdb");
GestionPolys::CheckPDBFile(stf);
Interface *t = new Interface ();
delete (t);
return 0;
}
*************************************************************************
Quand je compile je trouve l’erreur suivante :"error: cannot call member function 'void GestionPolys::CheckPDBFile(wxString)' without object".
+J’aime bien savoir la signification de l’erreur et d’ou elle provient.![]()
****************************************************************************
(dans un autre fichier on a)
void
GestionPolys::CheckPDBFile (wxString filename)
{...
Partager