Andrew Patterson
My feedback
10 results found
-
29 votesAndrew Patterson supported this idea ·
-
3 votes
An error occurred while saving the comment -
5 votesAndrew Patterson shared this idea ·
-
9 votesAndrew Patterson shared this idea ·
-
3 votesAndrew Patterson shared this idea ·
-
8 votesAndrew Patterson shared this idea ·
-
4 votesAndrew Patterson shared this idea ·
-
4 votesAndrew Patterson supported this idea ·
An error occurred while saving the comment Andrew Patterson commentedI 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 · -
13 votesAndrew Patterson supported this idea ·Andrew Patterson shared this idea ·
-
15 votesAndrew Patterson shared this idea ·
An error occurred while saving the comment Andrew Patterson commentedI'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.