I create a CGI stand-alone executable project. I copy it to my Apache cgi-bin directory and call it from chrome. The default handler executes and returns the default text. I drop a TFDConnection on it and don't do anything (no settings modified at all) and compile it and I get a lot of unresolved linker errors
[ilink32 Error] Error: Unresolved external 'GetDpiForMonitor' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Forms
[ilink32 Error] Error: Unresolved external 'BeginBufferedPaint' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Controls
[ilink32 Error] Error: Unresolved external 'BufferedPaintSetAlpha' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Controls
[ilink32 Error] Error: Unresolved external 'EndBufferedPaint' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Controls
[ilink32 Error] Error: Unresolved external 'WICConvertBitmapSource' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Graphics
[ilink32 Error] Error: Unresolved external 'BufferedPaintInit' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Forms
[ilink32 Error] Error: Unresolved external 'BufferedPaintUnInit' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Forms
[ilink32 Error] Error: Unresolved external 'DrawThemeTextEx' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.Themes
[ilink32 Error] Error: Unresolved external 'BufferedPaintRenderAnimation' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.StdCtrls
[ilink32 Error] Error: Unresolved external 'BeginBufferedAnimation' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.StdCtrls
[ilink32 Error] Error: Unresolved external 'EndBufferedAnimation' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.StdCtrls
[ilink32 Error] Error: Unresolved external 'BufferedPaintStopAllAnimations' referenced from D:\MYAPPS\EMBARCADERO\STUDIO\17.0\LIB\WIN32\DEBUG\VCL.LIB|Vcl.StdCtrls
What is wrong?