Skip to main content
Participant
November 28, 2012
Question

Saving and loading plugin's settings by using SDK APIs.

  • November 28, 2012
  • 1 reply
  • 973 views

Hi All.

I am trying to save and load plugin's settings, ex. dialog setting values and strings.

OS platform is windows XP.

First I programmed the way of using *.ini file.

But that not appropriate for Macintosh.

So, I like to know common way by using SDK's APIs.

Development env. is VS2008 and Ai CS5 SDK.

Thanks.

This topic has been closed for replies.

1 reply

Inspiring
November 28, 2012

Use AIPreferenceSuite (AIPreference.h)

Participant
November 29, 2012

Thanks for giving me help.