Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to fix undefined symbol issue in illustrator sdk using c++

Community Beginner ,
Mar 07, 2023 Mar 07, 2023

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*)”.

TOPICS
SDK
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Mar 11, 2023 Mar 11, 2023

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.

Translate
Adobe
Guide ,
Mar 08, 2023 Mar 08, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 10, 2023 Mar 10, 2023

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 11, 2023 Mar 11, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 12, 2023 Mar 12, 2023
LATEST

Thank you for your help!!!

Undefined issue got solved.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 11, 2023 Mar 11, 2023

Maybe you should find a solution in the settings or ask the staff for help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines