carrion 0 Posted Tuesday at 09:06 AM I have created new component (VCL for C++ Win32) and in win32 debug configuration it builds just fine. But in win32 release configuration i get following error: [ILINK32 Error] Error: Export std::_Lockit::{1173}... in module C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\20.0\LIB\WIN32C\RELEASE\CP32MTI.LIB|vclshmem references ___clang_call_terminate in unit D:\COMPONENTS\EDITPACK\WIN32\RELEASE\EDITPACK.OBJ What might be the reason for this error? I am using radstudio 10_3_2_esd_96593b Share this post Link to post
carrion 0 Posted Tuesday at 12:13 PM Solved. Changed compiler to 'classic' Borland compiler. Share this post Link to post
Roger Cigol 140 Posted Tuesday at 12:33 PM This must be code related. I have successfully built and installed (at design time) VCL components using C++ clang 32 and then used them at run time in final products. Share this post Link to post