Hello,
In every record process at first load encryption must be down in this code:
AnsiString __fastcall TGlobal::CRC_LoadEncryption()
{
AnsiString Password2 = EmptyStr;
bool Result;
AnsiString Password1, sTemp;
sTemp = sTemp.LoadStr(IDS_PASSWORD1);
if (sTemp.IsEmpty())
throw...
Hello,
I call AnsiString::LoadStr in sub thread (no main thread),
sub thread work on database records that take long time for process.
At first that work fone, but after a long time thread working , LoadStr return null !
Why this happens ?
Application is VCL form, BCB 2007 with run time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.