Bonjour à tous !
Tout d'abord, merci pour votre aide future !
Voilà mon soucis j'utilise la fonction memcpy :
avec addBeginST égal à 0xFF663800
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 #define ADD_BINARY_ST 0x43800 length_binary_st = addEndST - addBeginST; for( i=0; i<length_binary_st; i=i+sizeof(T_UINT32)) { memcpy((T_CHAR*)ADD_BINARY_ST+i*sizeof(T_UINT32), (T_CHAR*) addBeginST+i*sizeof(T_UINT32), sizeof(T_UINT32)); }
Y a t-il quelque chose de mauvais la dedans ?
Partager