This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem w/ mingw32/egcs/msvcrt and file reads (fwd)


Arrrrgh! <expletives deleted> It was just me being dumb - forgot that
"string" is in std namespace, so the linker I think was getting confused
somehow - since GNU's std:: hack prevents the compiler from warning me
that "string" is undefined, it compiled anyway, and died. When I do the
(correct) "std::string" or include a "using namespace std", everything is
ok.
  Sorry to bug you all with useless messages... although of course, if GNU
had the std libraries implemented correctly, it wouldn't have been a
problem, or at least, the compiler would have told me the problem right
away... Oh well, I'm sure they're working on it.

 - Paul

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
  Paul A.   |      paul@grserv.med.jhmi.edu      |  Johns Hopkins
 Thiessen   |  http://grserv.med.jhmi.edu/~paul  |   University
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]