Search notes:

Visual C Compiler (cl)

Options
inline assembler
cl invokes the linker after compiling the source files except when one of the following options is specified: /c, /E, /EP, /P, /Zg and /Zs. (/Zg was removed in Visual Studio 2015).

Frontend and Backend

cl drives a frontend which is implemented in c1.dll (c-one, not c-ell) for C and c1xx.dll for C++.
The backend (optimizer?) is implemented in c2.dll.
The frontend and backend can be controlled with the /d1 and /d2 options.
The actual times spent in the frontend and backend are reported with the /Bt option.
A different frontend can be specified with the /B1 option.

See also

Structured Exception Handling (SEH)
cl.exe is located under %VSxxxCOMNTOOLS%\MSVC\%VCToolsVersion%\bin (See Visual Studio environment variables)
In order to get it into the %PATH% variable, VsDevCmd.bat or one of the vcvars32.bat, vcvars64.bat etc. should be run.
#pragma warning(push) and #pragma warning(disable:…).

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759561996, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Visual-Studio/cl/index(68): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78