I just installed Delphi 12, then TMS Web Core, then TMS FNC Core, and finally TMS FNC UI. No errors, no problems. When I create a new TMS Web Core project now, the target platform is Windows 32.
When I add an FNC component to the project, all FNC units have the prefix VCL, and in the Structure window, Delphi displays error F2063, stating that the unit being used, e.g., VCL.TMSFNCTypes, cannot be compiled. I can compile the whole thing, but I really miss the auto-completion. Does anyone have any advice? Thank you very much
It is normal that the uses list will have references to VCL.* namespace.
Is the folder where VCL.TMSFNCTypes.pas is located added to your Delphi library path?
Can you create a new VCL application and use the FNC components?
Is there more info on the line where a compile error is in VCL.TMSFNCTypes.pas?