Quote:
	
	
		
			
				
					Originally Posted by  llasram
					 
				 
				Which means that main.cpp isn't including string.h. Try editing main.cpp and adding the line: 
	Code: 
	#include <string.h> 
 In with the other #include lines.  
			
		 | 
	
	
 Thanks, you're right!  
I think this compile under 8.10 picked up a typo in the file 
dev1150.h, line 21, which currently is:
but should be:
	Code:
	#include <string.h>
 I'd be interested to know if this too cures your problems.  If so, please report back so that we can "fix" that eb1150 driver .zip!