Skip to main content
Participant
December 6, 2017
Question

LNK2019 error in during plugin build

  • December 6, 2017
  • 2 replies
  • 339 views

I am getting linker error while building acrobat plugin , do i need to add some lib in input.

I already have Headers in include directory and Acrobat DC in installed? 

Severity Code Description Project File Line Suppression State

Error LNK2019 unresolved external symbol "public: static int __cdecl TTC_GLOBAL_UTILS::GetBookmarkPageNum(struct _t_PDDoc *,struct OPAQUE_64_BITS)" (?GetBookmarkPageNum@TTC_GLOBAL_UTILS@@SAHPAU_t_PDDoc@@UOPAQUE_64_BITS@@@Z) referenced in function "void __cdecl DelOldBookmarks(struct OPAQUE_64_BITS,int,struct OPAQUE_64_BITS)" (?DelOldBookmarks@@YAXUOPAQUE_64_BITS@@H0@Z) TTC Plug-In E:\TTC\AddBookmarks.obj 1

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
December 6, 2017

The function GetBookmarkPageNum is not part of the Acrobat SDK.

Legend
December 6, 2017

Do you call routines GetBookmatkPageNum and DelOldBookmarks?