View Single Post
Old 01-09-2009, 08:05 PM   #6
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by llasram View Post
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:
Code:
#include <string>
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!
nrapallo is offline   Reply With Quote