DanielM 0 Posted September 24 Hello everyone I wanted to try out the new Version 13 of RAD Studio. Opening the project works without problems but when trying to build the project, the IDE asks me to configure and activate a Windows SDK. This was never a problem with my current RAD Studio Version (11.3) but I went ahead and tried to add a supported Windows SDK (Version 10.0.26100.4948). But this did not work as this error message popped up and the build process terminated: /windows/patchsdk/patch: **** Can't open patch file '\patch2': No such file dor directory. Error: patching failed for "AccCtrl.h" Did anybody else experience this problem? I assume that my current installation uses the SDK that is included in the RAD Studio installation. I have also tried installing other Windows SDKs but they all do not work. Here are some further Information: Project: Windows 32-Bit Target, VCL-Application compiled with Classic Borland Compiler Dev-PC: Windows 10 Pro 22H2 My current RAD Studio installation does not have a Windows SDK configured in the SDK Manager and does not ask for one Share this post Link to post
DelphiUdIT 268 Posted September 24 Windows SDK is needed in RAD Studio 13. Look this explanation: https://en.delphipraxis.net/topic/14484-comdefh-missing-from-rad-studio-130/?do=findComment&comment=108301 Share this post Link to post
DanielM 0 Posted September 24 Thank you for your reply. Thats right. I installed the SDK (Version 10.0.26100.4948) but the IDE can not add it to the SDK Manager. I reinstalled the IDE and the SDK, rebooted the PC but nothing changes. Share this post Link to post
DelphiUdIT 268 Posted September 24 6 minutes ago, DanielM said: Thank you for your reply. Thats right. I installed the SDK (Version 10.0.26100.4948) but the IDE can not add it to the SDK Manager. I reinstalled the IDE and the SDK, rebooted the PC but nothing changes. Why you told that SDK is not inserted in the SDK Manager ? Did it show an error? This is what my SDK manager showed ... this is for Windows 64 bit. Share this post Link to post
DanielM 0 Posted September 24 It is this "adding the SDK to the SDK Manager" that is not working. I just tried adding the same SDK to RAD Studio 11.3 and it worked. Sadly exporting the configuration from 11.3 and importing it to 13.0 creates the same error. Share this post Link to post
DelphiUdIT 268 Posted September 24 Are you sure you have added all SDK features required (https://docwiki.embarcadero.com/RADStudio/Florence/en/What's_New) ? If you think that you are right, open a new issue in QP: https://embt.atlassian.net/servicedesk/customer/user/login Share this post Link to post