Andrew Patterson
My feedback
-
25 votes1 comment · Illustrator (Desktop) Feature Requests » Other... · Flag idea as inappropriate… · Admin →
Andrew Patterson supported this idea ·
-
3 votes2 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment -
5 votes1 comment · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson shared this idea ·
-
9 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson shared this idea ·
-
2 votes
Andrew Patterson shared this idea ·
-
8 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson shared this idea ·
-
4 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson shared this idea ·
-
4 votes1 comment · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson supported this idea ·
An error occurred while saving the comment Andrew Patterson commented
I should mention that you also need to update the TEXTINCLUDE section at the bottom from:
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
ENDto
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""winuser.h""\r\n"
"\0"
ENDYou might be able to get away with a simple search & replace of 'afxres.h' -> 'winuser.h' in *.rc
Andrew Patterson shared this idea ·
-
10 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson supported this idea ·
Andrew Patterson shared this idea ·
-
12 votes2 comments · Illustrator (Desktop) SDK/Scripting Issues » C++ SDK · Flag idea as inappropriate… · Admin →
Andrew Patterson shared this idea ·
An error occurred while saving the comment Andrew Patterson commented
I'm guessing the most logical place to export such a suite would be ScripingSupport.aip, since it would likely have easy methods internally for looking up an hObject, insuring it's the right type, fetching it's internal data pointer, and returning the handle stored therein (I assume).
This may be supported in the next Illustrator version. Check AISwatchLibraries.h and look for a new function 'Open LibraryByPath'. I'm not 100% sure it's what you're looking for, but it might be.