Hello,
when I try to save the project, an access violation is raised. I'm using C++ Builder 10.4, and LMD 2020 (64 bits). The sequence of events is the following:
- Call to LMDProjectManager Save method:
ProjMgr->Save(false)
- After this, SaveAs event is fired. In this event, just for test, I only set the destination file:
AFilePath = ".\\SSS0123";
ASave = true;
- After this, an access violation is raised.
More info:
- Events "OnBeforeSave" and "OnSaveFire" from TLMDOpenedDocument are not fired.
Any idea about the problem?
I would like to debug deeper the code, but I can download the source code of LMD components. Do you know where is available?
Comments