В заголовке (Header0): < /p>
Код: Выделить всё
extern std::map AVPixelFormatMap;
extern std::map AVMediaTypeMap;
extern std::map AVCodecIDMap;
Код: Выделить всё
std::map AVPixelFormatMap
{
{AV_PIX_FMT_NONE, "AV_PIX_FMT_NONE: None"},
В другой библиотеке я включаю заголовок0 в файл cpp и ссылаюсь на файл библиотеки0.lib, но компилятор жалуется с ошибкой LNK2001:
Код: Выделить всё
> Severity Code Description Project File Line Suppression State Details
> Error LNK2001 unresolved external symbol "class std::map AVPixelFormat,class std::basic_string std::char_traits,class std::allocator >,struct
> std::less,class std::allocator std::pair std::basic_string std::allocator > > > > AVPixelFormatMap"
> (?AVPixelFormatMap@@3V?$map@W4AVPixelFormat@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@W4AVPixelFormat@@@3@V?$allocator@U?$pair@$$CBW4AVPixelFormat@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@3@@std@@A) library0 path/to\library0.obj 1
Подробнее здесь: https://stackoverflow.com/questions/792 ... hared-libr