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

Why is the After Effects SDK Skeleton Template So Buggy?!

Guest
Apr 05, 2016 Apr 05, 2016

Copy link to clipboard

Copied

When using the Skeleton template in visual studio 2015 enterprise I start to get so many errors like some of them include the identifiers not being defined even though they clearly are example:

static PF_Err <-error

About (

  PF_InData *in_data, <-error

  PF_OutData *out_data,

  PF_ParamDef *params[],

  PF_LayerDef *output )

{

and also expected deceleration and this decleration has no storage class

**I AM NOT VERY GOOD WITH C/C++ Errors when Comapred to my C# Skills**

TOPICS
SDK

Views

386

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 Employee ,
Apr 07, 2016 Apr 07, 2016

Copy link to clipboard

Copied

LATEST

Hi Brian,

When I build that the Skeleton sample plug-in using Visual Studio 2013, I get the following:

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

No errors or warnings...

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