Data that is not a character string is specified after a keyword when the Comimport block is used.
After the Comimport keyword specify a character string that contains the library GUID or specify the path to the required library file.
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: