<div dir="ltr"><br><div class="gmail_extra">The previous e-mail was not complete: I ma using the new gmail interface...<br></div><div class="gmail_extra">At any rate, here is the source file I am using:<br><br><span style="font-family:courier new,monospace">#define HAVE_STRING_H 1<br>
#include <iostream> <br>#include <string><br>using namespace std;<br>    namespace KPS {<br>        extern "C" {<br>            #include "c-memstr.h"<br>        }<br>    }<br>    using namespace KPS;<br>
<br>int main() {<br>  std::string x;<br>  string y = "abcdef";<br>  std::cout << y << " " << __cpluplus << std::endl;<br>}<br></span><br></div><div class="gmail_extra">And file c-mmestr.h is the original file that is included in the source tree.<br>
</div><div class="gmail_extra">A.S.<br><br></div><div class="gmail_extra">-- <br>Apostolos Syropoulos<br>Xanthi, GREECE<br><br></div></div>