I am upgrading from C++ V2010 to Tokyo 10.2 and have problems with AnsiStrings. I have the program compiled and can run but get nasty errors. Abnormal program termination. Tracked it down to AnsiString. Simple as AnsiString aa,bb; aa = "test"; bb = aa; Crashes on line above. I have tried to play with global macro settings. I am sure it must be simple. Can anyone assist. Thanks
↧