c++builder - __tpdsc__ error in CLANG importing WDSL (Rad Studio) -


in rad studio berlin, "[ilink32 error] error: export __tpdsc__ ..." error. steps easy:

  1. create new package in rad studio
  2. import wsdl service
  3. 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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -