Answered
"error LNK2019: unresolved external sym..." after porting SDKFilehelper function from CS4 to CS3
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?
