W8094 Incorrect use of #pragma comment( <type> ,"string" ) (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index


The directive #pragma comment can be used to emit linker comment records.

In this message, <type> can be any of the following:

  • user
  • lib
  • exestr
  • linker

The type should be there but the string is optional.