This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with CStdString


hi,
I am looking into a code written by someone else. This guy has used the string class CStdString.(found at http://home.earthlink.net/~jmoleary/stdstring.htm).
The code is supposed to be working on codewarroir 9 on mac os 10.3.
When I tried to move the code on gcc 3.3 the following assignment crashes.


CStdString bString = L"Hello World";
CStdStringA aString = bString;   ->//gcc Crashes here

Can anybody, who has worked with above class, suggest a solution...

Thanks
Yogesh



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