I am trying to create a simple text frame using below commands:
ILayoutControlData* layoutControlData ;
PMRect boundsInPageCoords1;
const PMRect &boundsInPageCoords = boundsInPageCoords1 ;
l2_newTextFrame.CreateTextFrame(layoutControlData,boundsInP ageCoords); <-----line 179
But VC is giving below error during compilation:
\indesign cc\adobe_indesign_cc_plugin_sdk0108\source\sdksamples\learn2\l2dialog controller.cpp(179): error C2220: warning treated as error - no 'object' file generated
Has any one created a basic text frame successfully?