Gast
#1148988
Hallo, bei compilieren meines Quellcodes (in c) tritt bei der Zeile "num_chr_snd_sci = strlen((u08*)str_snd_sci_one);" untenstehende Fehlermeldung auf. Was ist das Problem? Gruß Samuel unsigned char str_snd_sci_one[80] = "Hello World\n"; unsigned short num_chr_snd_sci = 0; num_chr_snd_sci = strlen((unsigned char*)str_snd_sci_one); D:\moogsoft\LVDT Firmware for Development\main\ap\11\src\extLVDT.c(645): warning: #167-D: argument of type "unsigned char *" is incompatible with parameter of type "const char *"