I am using Embarcadero C++Builder XE.
When I build XMLWrapperLib.lib
in a VCL project, I get an error:
[BCC32 Error] xmemory(28):E2285 Could not find a match for 'SmartXMLWrapperNode::auto_ptr(const SmartXMLWrapperNode)'
If I click on the error, it goes to xmemory file code, Template function. point to below:
::new (_Vptr) _T1(_Val);
I have copied some files inside this folder:
[rtl100/120/150.bpl and vcl100/120/150.bpl, vclx150.bpl, xmemory] C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\include\dinkumware
But it still gives me the same error.
It was error of Multilizer setup. After Installing it it is resolved.