Is TMSWebGMaps still on Delphi only?

Hi,
I just checked the TMS WebGMaps page. It looks like this component is still available on Delphi, C++ Builder is not mentioned. Is it still true that this component is only for Delphi?
Thanks!

Hi, 


The TMS WebGMaps for FireMonkey has C++Builder support starting from XE8:

<strong style="margin: 0px; padding: 0px; border: 0px; font-size: 24px; color: rgb87, 107, 153; line-height: normal;">TMS WebGMaps for FireMonkey 
for Delphi XE5, XE6, XE7, XE8, 10 Seattle, C++Builder XE8, 10 Seattle (Prof/Enterprise/Architect) </strong>

Kind Regards, 
Pieter

Great! Thanks!

Hi,

I have C++ Builder XE10 Seattle on win7/64bit. I just created one fmx project with one form, one gmap in it. When I ran it, I got errors:
"[ilink32 Error] Error: Unresolved external 'InternetOpenW' referenced from C:\USERS...\TMSSOFTWARE\TMS WEBGMAPS FOR FIREMONKEY\BUILDER10SEATTLE\WIN32\DEBUG\TMSFMXWEBGMAPSPKGDXE9.LIB|FMX.TMSWebGMapsWebKit"
"[ilink32 Error] Error: Unresolved external 'InternetOpenUrlW' referenced from C:\USERS...\TMSSOFTWARE\TMS WEBGMAPS FOR FIREMONKEY\BUILDER10SEATTLE\WIN32\DEBUG\TMSFMXWEBGMAPSPKGDXE9.LIB|FMX.TMSWebGMapsWebKit"
...

Has any one had the same problem? Any suggestions?

Thanks!
Gene.

Hi, 


It should be compatible with C++Builder 10 Seattle, is the problem also reproducible after turning off runtime packages?

Turning off the runtime packages doesn't help. If needed, I can send a zip project file.

Hi, 


Can you add the following statement to your unit header:

-->#pragma link "wininet.lib"
#pragma link "FMX.TMSWebGMaps"
#pragma link "FMX.TMSWebGMapsWebBrowser"

#pragma link "wininet.lib" Works on windows 7
I am wondering if I need to do anything on Android, OSX and IOS?

Hi,



This is only necessary on Windows, for the other platforms no further steps are needed.