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

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -