Hello,
After replacing a defect hard drive, I installed Windows 11 and reinstalled C++Builder 10.2 Tokyo. When I tried to reinstall the LMD components with setupvcl21d25.exe, I was told that there is no default path for runtime packages and that they would be installed in C:\Users\[user]\Documents\RAD Studio\Projects instead. The directory does not exist after the installation is complete. I finally found the generated files in C:\Users\Detlef\Documents\RAD Studio\Projects.
Instead of trying to move the files and adjust paths manually, I would prefer to start from the beginning and install the components cleanly. Did I do something wrong or has Windows 11 caused the error?
Regards
Detlef
var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "
ORIGINAL: "; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1);
Comments