I just bought TMS FNC Charts and I'm trying to install it onto Delphi 12 Community Edition, but I'm having some issues.
Delphi 12 Community Edition wasn't an option in the installer, so I had to go the manual install route. The manual install instructions say that I need to use the VCLTMSFNCCorePkgDXE15.dproj
project.
But when I install it, then I get the following error in my IDE:
[dcc32 Fatal Error] VCL.TMSFNCUtils.pas(1): F2039 Could not create output file 'C:\Users\Public\Documents\Embarcadero\Studio\23.0\hpp\Win32\VCL.TMSFNCUtils.hpp'
What is the correct process to install TMS FNC Charts?
TMS FNC Charts depend on TMS FNC Core.
So you first need to install TMS FNC Core. Those packages are TMSFNCCorePkgDXE15.dproj
, FMXTMSFNCCorePkgDXE15.dproj
and TMSFNCCorePkgDEDXE15.dproj
. Once they are installed, then you can install VCLTMSFNCCorePkgDXE15.dproj
.
Once the above TMS FNC Core packages are installed, then you can install TMS FNC Charts.