LibraryLink`
LibraryLink`

Message (C Function)

issues a message from a library function.

Details

  • Used in C/C++ code in a library function called from the Wolfram Language.
  • The message is issued as LibraryFunction::txt; you have to make a definition for the message.

Examples

Basic Examples  (1)

This sets up the text for the message in the Wolfram Language:

This issues the message from a DLL function:

libData->Message( "myDLLnolen");