Bonjour,
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 void __fastcall TForm1::ComboBox2Change(TObject *Sender) { Label60->Caption = ComboBox2->Text; } //--------------Gestion des Fichiers /replace all ':' ey '/' to '-'------ void __fastcall TForm1::replace(*monpointeurdestring) { for (int i = 0; i < 10; i++) { if (*(monpointeurdestring+i)== ':'|| (*(monpointeurdestring+i)== '/')) { monpointeurdestring[i]= "-" ; } } }
erreur de compil:
Merci[bcc32 Erreur] projetdmxaserie9canauxcontinu.cpp(277): E2449 La taille de 'replace' est inconnue ou z�ro
[bcc32 Erreur] projetdmxaserie9canauxcontinu.cpp(277): E2238 D�claration multiple pour 'TForm1::replace'






R�pondre avec citation







Partager