Copy link to clipboard
Copied
Hi all,
I’m facing below issue, could anyone able to help me with this
ATE::ITextFrame textFrame(textFrameRef); getting error as, “Undefined symbol: ATE::ITextFrame::ITextFrame(ATE::_TextFrame*)”.
You need to list the undefined symbols if there's any chance of helping you further -- post the full error message. Presumably you're missing some other .cpp files from the SDK, there are a bunch of the pattern IAI*.cpp in the illustratorapi folder.
Copy link to clipboard
Copied
The SDK has some CPP files you need to include in your project if you use them -- have a look at the 'ate' sub-folder in the 'illustratorapi' folder.
Copy link to clipboard
Copied
Hi A.Patterson,
Thanks for the help!!!
I have added IText.cpp and Text.h files in source folder, but still I’m getting undefined symbol error.
Is there any steps I need to follow?
Copy link to clipboard
Copied
You need to list the undefined symbols if there's any chance of helping you further -- post the full error message. Presumably you're missing some other .cpp files from the SDK, there are a bunch of the pattern IAI*.cpp in the illustratorapi folder.
Copy link to clipboard
Copied
Thank you for your help!!!
Undefined issue got solved.
Copy link to clipboard
Copied
Maybe you should find a solution in the settings or ask the staff for help.