Hi Ramanathan
http://forums.adobe.com/message/4407895#4407895#4407895
I read at above link that you accessed the Indesign through VC++ with the help of code
give by Bo_Peters. Plz tell me How access InDesign through VC++.
I am able to develop application in C# using COM and generate Interop.Indesign.dll using Adobe Indesign CS5.5 Type Library
I am sucessfully create Indesign instance using this code in C#
Type type = Type.GetTypeFromProgID("InDesign.Application");
InDesign._Application application = (InDesign._Application)Activator.CreateInstance(type);
I am not understand how use COM with vc++ or there is another method to create Indesign instance using vc++.
or
How use Interop.Indesign.dll in vc++ to create indesign instance.
I want to create Indesign in vc++.
Thanks
North America
Europe, Middle East and Africa
Asia Pacific