Removed Features

The following feature has been removed from Server 7.2.

Support for pragma

The server no longer uses the #pragma comment(lib) directive in Visualization Server header files.

Using #pragma comment(lib) is unsafe because the server-side and client-side libraries must not be mixed in the same executable. Using #pragma comment(lib) can quietly lead to this kind of confusion, which can lead to linkage errors or crashes.