String with Library GUID is Expected

Description

Data that is not a character string is specified after a keyword when the Comimport block is used.

Troubleshooting Tips

After the Comimport keyword specify a character string that contains the library GUID or specify the path to the required library file.

Example

Comimport From 'c'
    
End Comimport;

When the specified code is compiled, the following error is displayed: String with library GUID is expected. To resolve the error, specify a character string that contains the library GUID or specify the path to the required library file after the Comimport keyword.

See also:

Compiler Messages