2 Replies Latest reply: Jun 10, 2010 3:15 PM by nope0000 RSS

    "error LNK2019: unresolved external sym..." after porting SDKFilehelper function from CS4 to CS3

    nope0000 Community Member

      The following code is running with Indesign CS4:

       

      #include "SDKFileHelper.h"

       

      SDKFileSaveChooser filesaveChooser;

      filesaveChooser.ShowDialog();

       

      It doesn't compile with Indesign SDK CS3, i get a LNK2019 unresolved external symbol for every call of ::SDKFileHelper.

       

      Any suggestions?