Has anyone gotten the library (1.4.2) to compile with BCB5? From the IDE and bcc32, I get a "Call to undefined function" error on line 880 in socket.cpp with the call to setb(). MSVC assures me that this function is a member of streambuf, but Borland help does not show it at all. Any ideas? BTW, I had to do a couple of fixups in url.cpp because it didn't want to convert from const char * to char *. Simply added an explicit cast. I can whomever a diff if that's wanted/need/correct. ;) Thanks!
Jason Lee
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recommend using the STLport library for streaming with the Borland compiler. This combination is more workable. I would like to see a patch for this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone gotten the library (1.4.2) to compile with BCB5? From the IDE and bcc32, I get a "Call to undefined function" error on line 880 in socket.cpp with the call to setb(). MSVC assures me that this function is a member of streambuf, but Borland help does not show it at all. Any ideas? BTW, I had to do a couple of fixups in url.cpp because it didn't want to convert from const char * to char *. Simply added an explicit cast. I can whomever a diff if that's wanted/need/correct. ;) Thanks!
Jason Lee
I recommend using the STLport library for streaming with the Borland compiler. This combination is more workable. I would like to see a patch for this.
Anyway had been fixed time ago
freddy77