Re: error while linking with std::basic_string...::basic_string...(...)

2010-06-07 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 31. Mai 2010 um 16:15 schrieben Sie: [Linker Fehler] Unresolved external 'std::basic_stringchar, std::char_traitschar, std::allocatorchar ::basic_stringchar, std::char_traitschar, std::allocatorchar (int, int, const std::allocatorchar)' referenced from

Re: error while linking with std::basic_string...::basic_string...(...)

2010-06-07 Thread Curt Arnold
The hex codes were intentional since they would give the expected character value even if compiled using a non-ASCII based encoding like EBCDIC. I'll try to pull the constants out into preprocessor macros and do a little #if(__BORLANDC__)