Hello!
In my project in Visual C++ I need to include an old header file that defines a struct that among other things uses AnsiString. The header file doesn't state any includes that might contain this class (or whatever it is).
I get a compiler error when trying to compile this. Is there something that I could replace AnsiString with?
Regards
Henrik
In my project in Visual C++ I need to include an old header file that defines a struct that among other things uses AnsiString. The header file doesn't state any includes that might contain this class (or whatever it is).
I get a compiler error when trying to compile this. Is there something that I could replace AnsiString with?
Regards
Henrik