Gettling linker error: LNK2001 while porting code from the plugin plugin CC InDesign InDesign CS6

Hello

I am working on porting our plugin code existing InDesign CS6 to support InDesign CC plugin (client plugin on Windows platform)

The code of the plugin gets compiled successfully after making changes to the code (API) neccessory but now gettling suite of the linker error

StackListBoxTVWidgetMgr.obj: error LNK2001: unresolved external symbol "public __declspec (dllimport): __thiscall long NodeID::GetNodeType (void) const"(__imp_?» GetNodeType@NodeID@@QBEJXZ)

IBClientPluginDialogController.obj: error LNK2001: unresolved external symbol "public: virtual void DVHostedWidgetEH::AddRef (void) const '(?) __thiscall. AddRef@DVHostedWidgetEH@@UBEXXZ)

I checked all the configurations setting, all paths include the headers and static libraries point to InDesign CC SDK.

Note: Get these errors from the linker in all UI component class objects where the following interfaces are inherited:

CTreeViewWidgetMgr

CIDEditBoxEventHandler

etc.

Build environment:  Windows 7 ultimate + Visual Studio 2010 SP1 + InDesign products SDK Build 244 CC

Try to including DV_WidgetBin.lib.

Tags: InDesign

Similar Questions

  • Get linker errors when porting code to the plugin for 2014 CC InDesign InDesign CC

    Hello

    I get following errors from the linker when porting the plugin code CC InDesign InDesign CC 2014

    > PlugInStatics.obj: error LNK2019: unresolved external symbol "class boost::system:error_category const & __cdecl boost::system:generic_category (void)" (? generic_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system:' dynamic initializer for ' posix_category" (empty) "(? __Eposix_category@System@Boost@@YAXXZ)

    > PlugInStatics.obj: error LNK2019: unresolved external symbol "class boost::system:error_category const & __cdecl boost::system:system_category (void)" (? system_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system:' dynamic initializer for ' native_ecat" (empty) "(? __Enative_ecat@System@Boost@@YAXXZ)

    I use the following environment:

    OS: Windows 7 SP1 (64-bit)

    Visual Studio: VS 2013 with platform toolset = Visual Studio 2010 (v100)

    InDesign SDK: InDesign CC 2014 plugin SDK (070)

    Thrust of libraries: 1.55

    I added paths to external library boost in visual studio-> properties-> extra library paths, always above Linker errors from the linker persists, can anyone help?

    Thank you

    -Hard.

    You can include a macro definition

    BOOST_SYSTEM_NO_DEPRECATED

    or do like adobe expert and include the following macros

    BOOST_ALL_DYN_LINK; BOOST_REGEX_USE_CPP_LOCALE; BOOST_REGEX_RECURSIVE; BOOST_HAS_ICU = 1; BOOST_ FILESYSTEM_VERSION = 3; BOOST_CHRONO_HEADER_ONLY; BOOST_SIGNALS_NO_DEPRECATION_WARNING;

    Concerning

    Bartek

  • An error occurred while trying to load the Plugin Smugmug

    My Smugmug plugin is no longer installed and when I try to charge it I get a message "an error has occurred." when trying to load this plugin

    I have uninstalled/reinstalled LR, ensured that I removed my preferences, uninstalled the plugin SM. Do you have a restart, downloaded the plugin again, and now it works.

  • Get the linker error when executing our code in InDesign CC

    Hello

    We are modernizing our plug-ins for Adobe InDesign CC. In that we are facing a problem (the linker error) when running our code,

    1 > AssetCustomView.obj: error LNK2019: unresolved external symbol "public __declspec (dllimport): virtual __thiscall DVControlView: ~ DVControlView (void)" (__imp_? 1DVControlView@@UAE@XZ) referenced in the function __unwindfunclet$? 0AssetCustomView@@QAE@PAVIPMUnknown@@@Z$0

    1 > AssetCustomView.obj: error LNK2019: unresolved external symbol "public __declspec (dllimport): __thiscall DVControlView::DVControlView(class IPMUnknown *)" (__imp_? 0DVControlView@@QAE@PAVIPMUnknown@@@Z) referenced in function "public: __thiscall AssetCustomView::AssetCustomView(class IPMUnknown *)" (? 0InCatAssetCustomView@@QAE@PAVIPMUnknown@@@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: class virtual IPMUnknown * __thiscall AbstractControlView::QueryInterface (class < struct PMIID_tag > IDType) const"(?) ". QueryInterface@AbstractControlView@@UBEPAVIPMUnknown@@V? $IDType@UPMIID_tag@@@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void AbstractControlView::AddRef (void) const '(?) __thiscall. AddRef@AbstractControlView@@UBEXXZ)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void AbstractControlView::Release (void) const '(?) __thiscall. Release@AbstractControlView@@UBEXXZ)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: class virtual IDType < struct WidgetID_tag > __thiscall AbstractControlView::GetWidgetID (void) const"(?) ". GetWidgetID@AbstractControlView@@UBE? AV? $IDType@UWidgetID_tag@@@XZ)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: class virtual PMRect const & __thiscall DVHostedWidgetView::GetFrame (void) const"(?) ". GetFrame@DVHostedWidgetView@@UBEABVPMRect@@XZ)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Resize (class PMPoint const & short)" (?) Resize@DVHostedWidgetView@@UAEXABVPMPoint@@F@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Invalidate(class PMRect *)" (?) Invalidate@DVHostedWidgetView@@UAEXPAVPMRect@@@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Show (short)" (?) Show@DVHostedWidgetView@@UAEXF@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Hide (void)" (?) Hide@DVHostedWidgetView@@UAEXXZ)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Enable (short, short)" (?) Enable@DVHostedWidgetView@@UAEXFF@Z)

    1 > AssetCustomView.obj: error LNK2001: unresolved external symbol "public: virtual void __thiscall DVHostedWidgetView::Disable (short)" (?) Disable@DVHostedWidgetView@@UAEXF@Z)

    Help us please if anyone has idea about this error.

    Thank you

    Vimala L

    Hi Vimala L,.

    under Windows, you need to add the DV_WidgetBin.lib library to your library includes or just use $UI_PLUGIN_LINKLIST macro that contains this library.

    On Mac, it is included in the framework.

    Markus

  • Encountered the error 80070003 while trying to install the update of security for Windows 7 for x 64-based systems (KB2286198)

    I tried to install the update several times, but I get the same error every time ' encountered error 80070003 while trying to install the update of security for Windows 7 for x 64-based systems (KB2286198).

    I tried to use products different a.v. to search for the virus, the male ware, kits root and found nothing.

    Ran the update without any firewall or AV program running and still received the same error.

    AMD Turion 64 X 2 Mobile, Windows 7 Ultimate 64, 4 GB ram, 42 GB of 110 GB of free space on the drive, 4 GB page file.

    Hi a93svtf,

    This problem occurs when some files in the update are missing, even if the update is downloaded and extracted successfully.

    Step 1: Run the fixit available in the article below

    You receive an error '0 x 80070002' or '0 x 80070003' code after you download an update from Windows Update, Microsoft Update or Windows Server Update Services

    http://support.Microsoft.com/kb/910336

    Step 2: Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Now, try to install the update

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • a fatal error occurred while trying to sysprep the machine Windows 7

    Install a new copy of Windows 7 64-bit on a computer company dell laptop.
    After completing the installation, I used Windows update to get all the current patches and so forth.
    No other software has been installed. No antivirus at this stage.
    I have disabled the Windows Media Player Network Sharing Service
    I used the original sysprep on the W7 machine.

    I received this error message: a fatal error occurred while trying to sysprep the machine

    Log files show this:

    Setupact.log:
    2009-10-28 08:18:01, error [0x0e00ba] TOOL GeneralizeBcdStore: could not open the BCD to generalize object. Status = [0xC0000034] [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0e00b1] TOOL Sysprep_Generalize_Bcd: it was a mistake to generalize the bcd store. Status = [0xC0000034] [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f0082] SYSPRP LaunchDll:Failure occurred during the execution of 'C:\Windows\System32\spbcd.dll,Sysprep_Generalize_Bcd', returned an error code 2 [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f0070] SYSPRP RunExternalDlls: an error occurred running sysprep register dll, put an end to running sysprep. dwRet = 2 [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize providers internal; HR = 0 x 80070002 [gle = 0 x 00000012]

    Setuperr.log:
    2009-10-28 08:17:54, error SYSPRP SPPNP: error 0 x 3 SDDL parameter on the C:\Windows\nvtmpinst\nvcpl.cpl driver file.
    2009-10-28 08:17:54, error SYSPRP SPPNP: error 0 x 3 listing locked files!
    2009-10-28 08:18:01, error [0x0e00ba] TOOL GeneralizeBcdStore: could not open the BCD to generalize object. Status = [0xC0000034] [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0e00b1] TOOL Sysprep_Generalize_Bcd: it was a mistake to generalize the bcd store. Status = [0xC0000034] [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f0082] SYSPRP LaunchDll:Failure occurred during the execution of 'C:\Windows\System32\spbcd.dll,Sysprep_Generalize_Bcd', returned an error code 2 [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f0070] SYSPRP RunExternalDlls: an error occurred running sysprep register dll, put an end to running sysprep. dwRet = 2 [gle = 0 x 00000012]
    2009-10-28 08:18:01, error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize providers internal; HR = 0 x 80070002 [gle = 0 x 00000012]

    Questions about the deployment of clients in the domain is better handled in the ITPro Forums.

    These answers forums are more oriented to undergo only the consumer of system issues.

    Category: Windows 7 - ITPro.url

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

  • What does "an error occurred while trying to add the selected device: average 0xffffffce.»

    Hello

    "I'm in need of answers get the resolved message."

    "an error occurred while trying to add the selected device: 0xffffffce.

    This happens when I try to add my printer Epson WF 3640 in my queue via WIFI.

    Reset the printing on your Mac - Apple Support System

  • During ANY installation of a program (e.g. Skype), I get the "year error occurred while attempting to create the directory C:\Program\Microsoft\Windows\Start Menu.

    original title: facilities program

    During ANY installation of a program (e.g. Skype), I get the "year error occurred while attempting to create the directory C:\Program\Microsoft\Windows\Start Menu. What happened with cd installs, but also downloads on the internet.  I already "took possession" of the computer, which is still delayed freaking, but am still unable to fight through all the questions of security, I guess that.  Any help would be greatly appreciated as I'm about to DOWNGRADE to something more user-friendly.  Thank you

    BTW, this is WINDOWS 7 Home Premium

    I had this problem for a long time on Windows 7. Finally, by pure chance I came across this solution that solved the problem. -Take the shortcut of the property

    http://www.SevenForums.com/tutorials/1911-take-ownership-shortcut.html

    You will need to run the "fusion" in the context menu of a reg file, published as part of the solution to change some registry settings. On any folder, you'll get a context menu 'Take Ownership' which restores the property correctly. This solves a lot of problems installing.

    Many people have trouble with this and therefore decided to post here.

    Gem of a solution. Thanks to GRIM and Brink on Windows 7 Forum!

    -Jayawanth

  • Could someone please tell Adobe programmers to give the possibility to remove ' home, tools, documents, learn Adobe icon, link icon Mobile and sign in "from the Acrobat Reader toolbar.

    Could someone please tell Adobe programmers to give the possibility to remove ' home, tools, documents, learn Adobe icon, link icon Mobile and sign in "from the Acrobat Reader toolbar.

    Even assuming that we could achieve these programmers they don't make decisions like that, do marketing.

  • Whenever I click on the link to download a free trial from the affects, the page never loads. What should I do?

    Whenever I click on the link to download a free trial from the affects, the page never loads. What should I do?

    You MUST have a 64-bit computer what is your computer?

    MINIMUM for After Effects and Premiere Pro http://helpx.adobe.com/premiere-pro/system-requirements.html

    -Programs does not appear if they are not installed on your computer

    -http://helpx.adobe.com/creative-cloud/kb/all-apps-displayed-aam.html

  • an error occurred while trying to access the server

    an error occurred while trying to access the server, I get this message when you try to convert, what's the problem, the user of windows 7

    Hi Laura,

    It looks like you can try to access one of the services of Adobe Document Cloud in Adobe Reader. If so, please close the session, and then reconnect.

    If you're still having problems, please try to connect via the web interface at https://cloud.acrobat.com.

    Let us know how it goes!

    Best,

    Sara

  • Error detected while trying to perform the work

    Hello world


    One of my users tried to run a rule in Hyperion Planning 11.1.1.3 and an error occurred: error detected while trying to perform the work


    When I went to Essbase, I found that when I launched the rule an error pops up:


    ERROR - 1006059 - invalid block header: illegal block type - please use the IBH Locate/Fix utilities to find or fix the problem of IBH.


    I read it could be a problem with corrupt blocks. I'm not familiar with MXL and I read that there are commands that I could run. Someody could give me a help?


    Kind regards

    IBH errors when there is an incompatibility between the .pag file and the index file (.ind). In other words the file pag and .ind file are not synchronized.

    run it separately in maxl

    change the HYPCOLAN database. Invalid_block_headers repair COSTS

    Still the error ibh, then reload metadata and data backups and try to re start batch Scheduler.

    After re - run batch Scheduler the same problem persists, then

    1 save the relational tables of demand in 11.1.1.3

    2 backup essbase objects (rul, otl, CSC, rep)

    Planning enforcement

    (A) create a new planning application

    (B) restore all the 11.1.1.3 relational tables in the newly created application application

    (C) to restart the Services

    (d) copies of objects like .csc, rul, .rep in db (excluding the .otl)

    (e) re - import the data into db

    (f) to run batch Scheduler

    Or you can make use of LCM method

    Try also to optimize your planning applications

    Kind regards

    Sreekumar heraud

  • "Year error occurred while trying to access the service.

    Attempts to convert the PDF to Word file. Have done successfully until last week until we started getting an error "year error occurred while trying to access the service.

    Please can you kindly advise on the possible cause?

    Hi quantum recruitment,.

    You try to access the service via a web browser or via Adobe Reader? If you use a browser, please clear the cache and try again or try another browser (see system requirements |) Acrobat.com

    (or a list of supported browsers).

    If you use Reader, choose Help > updates to ensure that you are using the latest version of the player. You must have the 11.0.09 reader.

    Kind regards

    Florence

  • Error message ' year error occurred while trying to access the service ' when I try to convert a file?

    When I try to convert a file to PDF or PDF I get the error message ' year error occurred while trying to access the service "what can I do to fix?  I already applied the updates and attempted to correct?

    You could always connect to Acrobat.com directly and use the service via the web site, if it's a critical need.

  • ExportPDF - "year error occurred while trying to access the service.

    I've never had a problem using ExportPDF in the past, but recently, I get an error message saying "year error occurred while trying to access the service.  I am using the same browser, Chrome, I've always used.  Please tell me how to solve this problem.

    Hi metal_anthropo,

    Please log and clear the browser cache and then reload https://cloud.acrobat.com. If this does not work, please try to connect by using a different web browser (just as a trial).

    Something has changed on your system as you were last able to connect to Acrobat.com? You use Mac OS or Windows?

    Best,

    Sara

Maybe you are looking for

  • Computer sleep mode

    Lately, when I leave the computer idle for 30 minutes, or I put it manually to sleep, instead of go to sleep it stops completely. I put the energy saver to make the computer go to sleep after 30 minutes idling. This used to work perfectly. I have the

  • Trojan horse on my mac!

    I ran the Bitdefender anti-virus on my MacBook Pro and it is Trojan.JS.RAN and I was surprised that I'm always careful what to download and install! I removed it, but now I'm not sure that this Trojan horse on my computer? and what should I do to mak

  • I deselected the menu bar, but the firefox button does not appear

    Hi, I use 28.0a1 build (2013-11-22) When I installed first the firefox button has been working and visible and I could hide and expose via the right-click uncheck the option bar menu7. This morning updater.exe ran and at firefox Startup button disapp

  • Power supply on the move...

    What link should I plug my USB 2 plug in my power supply for my MBP 13 '' end 2011...

  • Problem upgrading to 12.3.3.17

    Hello Just downloaded ' iTunes 12.3.3 for Windows (64-bit-for old video cards) "to update my current iTunes 12.3.2.35 for Windows (64-bit-for older video cards) on Windows 7 64-bit sp1. The update process failed with a message "a later version of the