c++builder - __tpdsc__ error in CLANG importing WDSL (Rad Studio) -
in rad studio berlin, "[ilink32 error] error: export __tpdsc__ ..." error. steps easy:
- create new package in rad studio
- import wsdl service
- add soaprtl.bpi reference
if compile, works fine.
now change compile clang (use classic borland compiler false). compile again project , these "export __tpdsc__ " errors.
for example:
[ilink32 error] error: export __tpdsc__ ns_ws_efs::tstitems in module e:\temp\packsoap\win32\debug\ws_efs.obj references __tpdsc__ system::string in unit c:\program files (x86)\embarcadero\studio\18.0\lib\win32\release\rtl.bpi|system.pas
it works fine in applications not in packages.
Comments
Post a Comment