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

Visual c++ express - Illustrator SDK

New Here ,
Feb 23, 2006 Feb 23, 2006

Copy link to clipboard

Copied

Hi,
does anybody know if it´s possible to use the "Express Edition" for Illustrator coding
or are there limitations with it. What do you use for coding - srictly Visual Studio/ Code Warrior? Are there any other resources/examples on the net, book or whatever besides the ones that come with the sdk. Any suggestions on how to start coding Illustrator are welcome - come on pros, please share same knowledge ;)

Cheers Pat
TOPICS
SDK

Views

810

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
Adobe
Participant ,
Feb 28, 2006 Feb 28, 2006

Copy link to clipboard

Copied

Visual Studio Express should work. Contact me for more specific information. Some Visual Studio 6 projects, and much portable plugin source code, is available from my site.

In fact nearly all of the free Windows development systems will work, including Borland CBuilder, OpenWatcom, and probably Digital Mars and lcc-win32. I use MinGW (a complete GNU-based Win32 development system) frequently to build Illustrator and Photoshop plugins.

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
Participant ,
Mar 04, 2006 Mar 04, 2006

Copy link to clipboard

Copied

LATEST
After testing Visual Studio Express, I can report mixed results:
  • The IDE has been crippled so that it cannot build DLL projects.
  • The command line compiler and linker supplied with VS Express work just fine to build plugins, with a suitable makefile. I have written such a makefile ( nmake.mak) as part of my latest release, Scramble. (The same makefile works with VS6 and should work with the free VS CLI Toolkit.)

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