Andrey Skachkov
Andrey Skachkov
I'm using the most recent release VirtualTreeView. Issue #642 is already fixed in that version. TForm1 contains only the VirtualStringTree component with default property values. Call stack: - [ ]...
We can reproduce the issue with the sample project, for "64-bit windows". Workaround - static linking (can be forced by deleting the bpi-file)
Call stack trace with debug info: ``` :0000000000416327 ; System::UTF8ToUnicodeString(System::SmallString const&) :00000000004163e0 ; System::UTF8ToString(System::SmallString const&) :000000000040b28a ; System::TObject::ClassName() :000000000040b3a9 ; System::TObject::ClassNameIs(System::UnicodeString) :00000000004942fa ; System::Classes::TReader::GetFieldClass(System::TObject*, System::UnicodeString) :00000000004989b0 ; System::Classes::TReader::FindComponentClass(System::UnicodeString) :000000000049532d ;...
The sample project can be found here: https://github.com/somnomedics/VirtualTreeView_Issue_695.git [Sample.zip](https://github.com/Virtual-TreeView/Virtual-TreeView/files/2591629/Sample.zip)