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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -