Skip to main content
Inspiring
July 2, 2014
Question

#include "Types.r" where can i find Types.r

  • July 2, 2014
  • 1 reply
  • 784 views

Its appears I have a missing dependency - just wondering where I might be able to find it

looking through the old SDK cant seem to locate it...

This topic has been closed for replies.

1 reply

panduvittala
Inspiring
July 3, 2014

Just comment out the include. It should work fine.

somers_mAuthor
Inspiring
July 3, 2014

that works for some of the samplecode projects

except in the Transform Buttons I get a series of warnings along the lines of

..../CODE/Illustrator/Adobe Illustrator CC 2014 SDK/samplecode/TransformButtons/Resources/Mac/TransformButtons.r:23: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Can't find the declaration for the resource type 'DLOG' (0x444C4F47).

..../CODE/Illustrator/Adobe Illustrator CC 2014 SDK/samplecode/TransformButtons/Resources/Mac/TransformButtons.r:36: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Can't find the declaration for the resource type 'DITL' (0x4449544C).

..../CODE/Illustrator/Adobe Illustrator CC 2014 SDK/samplecode/TransformButtons/Resources/Mac/TransformButtons.r:105: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Can't find the declaration for the resource type 'CNTL' (0x434E544C).

..../CODE/Illustrator/Adobe Illustrator CC 2014 SDK/samplecode/TransformButtons/Resources/Mac/TransformButtons.r:118: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Can't find the declaration for the resource type 'CNTL' (0x434E544C).

..../CODE/Illustrator/Adobe Illustrator CC 2014 SDK/samplecode/TransformButtons/Resources/Mac/TransformButtons.r:131: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Can't find the declaration for the resource type 'CNTL' (0x434E544C).

somers_mAuthor
Inspiring
July 3, 2014

Any idea what the Types.r file is ...