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

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

Community Beginner ,
Mar 07, 2023 Mar 07, 2023

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

TOPICS
SDK

Views

847

Translate

Translate

Report

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.

Votes

Translate

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

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.

Votes

Translate

Translate

Report

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

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?

Votes

Translate

Translate

Report

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

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Thank you for your help!!!

Undefined issue got solved.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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