Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Viewing all 78596 articles
Browse latest View live

Undefined symbols for architecture x86_64 InterfaceFactory

$
0
0

I'm trying to follow the starting programming guide and I created the WriteFishPrice project with dolly

 

After adding the missing files The Xcode gave me the next error while compiling in Release (the debug mode is coupled well but I need the release)

 

 

Undefined symbols for architecture x86_64:

  "InterfaceFactory::InterfaceFactory(IDType<ImplementationID_tag>, void* (*)(IPMUnknown*), void (*)(void*), int (*)(), void (*)(IPMUnknown*, IPMStream*, IDType<ImplementationID_tag>, int), void (*)(IPMUnknown*, IPMStream*, IDType<ImplementationID_tag>, int), void (*)(IPMUnknown*, IDType<ImplementationID_tag>))", referenced from:

      __GLOBAL__sub_I_WFPActionComponent.cpp in WFPActionComponent.o

      __GLOBAL__sub_I_WFPDialogController.cpp in WFPDialogController.o

      __GLOBAL__sub_I_WFPDialogObserver.cpp in WFPDialogObserver.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

 

 

I don't know what configuration is missing or what else do I need to add.


Is it possible to have two versions of InDesign on the same operating system?

$
0
0

Hi,

 

I develop plugins for InDesign and our clients can use different versions of InDesign. To check if my plugins work on all the versions of InDesign, I want to know if I can have different versions of InDesign on my operating system.

 

I currently have Windows 10 and InDesign CC 2018 installed via Creative Cloud.

 

Thanks.

Minimum page size ... again

$
0
0
I would like to know, if there is a minimum size for an InDesign page.

When trying to create a document smaller than 30x30mm InDesign keeps complaining, that the "Specified margin and column setup does not fit within specified page size". Margin and gutter is set to zero. The page has one column.

I've searched the whole forum but did not find any suitable information on this. Referenced threads are not found any more.

I'd be happy if someone could give me a small hint.

Tanks,

Marko

Using third party node modules not working

$
0
0

Hi again folks, following my previous post I've managed to make some headway with my CEP extension, however I've hit a bit of a snag with using third party node modules.

 

Despite following the instructions on here it seems that including the third party module is not currently working, the most likely reason I can see for this is that when I add this line to the HEAD tag of my html file:

 

<script type="text/javascript">window.nodeRequire=window.require && window.require=undefined</script>

 

I am getting the following error in the console:

Screen Shot 2017-08-23 at 16.43.40.png

since I am requiring the module in my JSX file in the usual manner:

 

var module = require('some-module');

 

I would imagine that the broken line above is the cause.

 

I've been trying to debug the issue but as this problem seems to be specifically an Adobe extension issue I have so far been unsuccessful.

 

Can anyone save me some time (and hair) and tell me what the problem is?

 

Thanks

Macro to identify SDK version

$
0
0

I'm porting my plugin from CS3 to CS4 and I have to compile it with both SDKs.

What macro should I use to identify SDK version?

boost::Regex dylib in Adobe InDesign CS5 SDK

$
0
0

Dear all,

     I am doing my plugin for InDesign that uses regular expression. So I have done the plugin and its running fine in Windows. To get it run successfully I had included the path "D:\AdobeIndesignSDKCS5\external\asl\boost_libraries\bin.v2\libs\regex\build\msvc-9.0\relea se\architecture-x86\threading-multi\boost_regex.lib" in Additional Dependencies field that present in Linker option (Microsoft Visual Studio 2008).

     But I could not find any matching library for performing regular expression operation in MAC version of the Indesign CS5 SDK. So I could not able to link to appropriate library in my xcode project which leads to linking error.

     Any solutions for this?

 

Regards,

Prabas

Plugin generated with CC SDK is not working with InDesign CC 10.0

$
0
0

Hello all,

 

when I compile a plugin with the CC Sdk and try to open it with InDesign I get the error that the plugin was created for InDesign 9.2. However, the latest InDesign has version 10.0.

Is there a way to fix it or do we simply have to wait for the proper version of the SDK to be released?

 

Thank you!

 

Best regards

XCode: Error linking a sample of Adobe Indesign SDK CC 2015

$
0
0

Hi

 

I like to build a sample of the Adobe Indesign SDK. Compiling is OK, but I have problems to link the plugin.

 

I get the following error during linking:

Bildschirmfoto 2015-10-20 um 11.13.24.png

Then I had a look into this framework. You can see the structure of it in the next image:

Bildschirmfoto 2015-10-20 um 11.14.29.png

I think the framework is not OK. No entries in Resources and Versions.

 

I downloaded "plugin_sdk_072_20150618.zip", the SDK for CC 2015 from https://prerelease.adobe.com/ and extract it.

 

What could be wrong?

Is this the correct SDK? I can't find another one.

Is the SDK for Windows and Mac the same?

What can I do now?

 

Any ideas?

 

Thanks for the help.

 

Kind regards

Hans


Will there be a new version of InDesign SDK for 2015.4? And when?

$
0
0

The latest SDK version can be found from Adobe Prerelease is 2015.3 now. Is there a specific date when the SDK 2015.4 is ready for download?

 

Thanks a lot.

Differences between the sdk of indesign cc 2015 and indesign cc 2017

$
0
0

Hi, I installed my plug-ins for the version of indesign cc 2015 in an idesign cc 2017 and I have a message indicating that the plug-ins are invalid.

 

* Are the plug-ins incompatible from one version to another or is the problem different?

* Is there a document where the differences between versions come?

* Is there any way to make the plug-ins compatible from one version to another?

 

 

The plug-ins are compiled for windows 7 with Visual Studio 2012

First-time InDesign Plugin Developer - Some basic questions

$
0
0

Hello All,

 

I'm an experienced plugin developer for Adobe products but am new to InDesign. I've downloaded the InDesign plugin_sdk_125.zip, extracted it and compiled the sample plugins, I've got some newbie questions :

 

1. When I placed the debug builds into the Plugins folder InDesign said I needed a debug build of InDesign to run them. Seriously? Do I have to get a special build for debugging? The release build plugins ran OK, or some of them, only tested a few so far. Am I missing something really obvious as to why the debug one's failed?

 

2. On the SDK download page there were links to both the 2017 SDK and 2018 SDK. Can I assume if I work to the 2017 SDK the plugins will work in 2018. I don't need to build a version of my plugin per binary do I?

 

Excuse the super-newbie questions.

Thanks

R

Where can download Indesign CC SDK

$
0
0

Hi everyone,

 

I'm really disappointment with adobe tech support team

waste day-long for chating & calling but they don't know where can download InDesign CC SDK for plug-in development.

many support staff of adobe can't determine the difference between InDesign CC product & InDesign CC SDK and InDesign CS & InDesign CC when send me the link to download is CS version.

also my account(calvin.nguyen@niteco.se) is partner Development and paid money for adobe but can't login to this forum but can login by free-account(trung,vu@niteco.se).

According to the InDesign Developer Center | Adobe Developer Connection then CC SDK is moved to https://prerelease.adobe.com/

to download CC SDK I have to register information and wait 2 days, but I registered over 2day and now I can't access to https://prerelease.adobe.com/ at section "InDesign SDK Access Program"
for CC SDK download.

when I bing all this information to ask Tech support team then they don't known about this process !!!! disappointment!

 

So anyone can let me known where can download InDesign CC SDK??

anyone on the forum, if keeping InDesign CC SDK pls give me a copy, thanks so much

 

Thanks

InDesign plug-in SDK on Visual Studio 2015

$
0
0

Dear All,

 

I have downloaded the InDesign plugin SDK from InDesign SDKs and tools | Adobe Developer Connection. I have followed the guidelines in folder “plugin\docs\html\index.html”. I have facing the following situations

 

  • 1. I have create the build on Visual Studio 2015.  Loads the generated plug-ins the C:\Program Files\Adobe\Adobe InDesign CC 2018\Plug-Ins folder path, then restart the InDesign application but the plug-in is not reflection on the InDesign application.
  • 2. While compiling the build the following messages I get

 

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\InDesign.exe'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ObjectModel.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\PMRuntime.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dbghelp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_system.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-runtime-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-timezone-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-file-l2-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-localization-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-synch-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-processthreads-l1-1-1.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-file-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-string-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-heap-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-stdio-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-convert-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-locale-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-math-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-time-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-filesystem-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-environment-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-utility-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\lpk.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\usp10.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\Public.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvacore.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_date_time.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_threads.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_filesystem.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaunittesting.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\mpr.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaui.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24234_none_1 458b3828b92cc5f\GdiPlus.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ddraw.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dciman32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\comdlg32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.1883 7_none_fa3b1e3d17594757\comctl32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ACE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\BIB.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AdobeSVGAGM.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\SVGRE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\CoolType.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\MPS.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AIDE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AGM.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ARE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\BIBUtils.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AFL.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\amtlib.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winnsi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\webio.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\adobe_caps.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icuuc40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icudt40.dll'. Module was built without symbols.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icuin40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_regex.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icucnv40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ASLSupport.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\WRServices.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\typekitC4.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\secur32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\sspicli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ZXPSignLib-minimal.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-conio-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-multibyte-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\CRClient.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\Database.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\tbb.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\DV_WidgetBin.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AdobeOwl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\exo.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaworkspace.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvanet.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaflashview.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\adbeape.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857 a83bc251\msvcr90.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857 a83bc251\msvcp90.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\PlugPlugOwl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\VulcanControl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\VulcanMessage5.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\WidgetBin.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ASKLib.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msimg32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\Wldap32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\RpcRtRemote.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntdsapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\updaternotifications.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\netapi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\netutils.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\srvcli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wkscli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\taskschd.dll'. Symbols loaded.

The thread 0x24a0 has exited with code 1 (0x1).

The thread 0x2c94 has exited with code 1 (0x1).

The thread 0x2a4c has exited with code 0 (0x0).

'InDesign.exe' (Win32): Unloaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\updaternotifications.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\netapi32.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\srvcli.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\wkscli.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\netutils.dll'

The thread 0x2d78 has exited with code 1 (0x1).

The thread 0x31bc has exited with code 0 (0x0).

The thread 0x309c has exited with code 0 (0x0).

The thread 0x2d90 has exited with code 0 (0x0).

The thread 0x2178 has exited with code 0 (0x0).

The thread 0x13dc has exited with code 0 (0x0).

The thread 0x1f88 has exited with code 0 (0x0).

The program '[8052] InDesign.exe' has exited with code 0 (0x0).

 

Please suggest me What i did wrong ??

 

 

Thanks & Regards,

Prakash C

 

 

[This post moved from InDesign to InDesign SDK by Moderator]

Error 1 fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory C

$
0
0

Newbie to VC++

Getting the below error in VC++ 2005, Indesign CS4

 

1>------ Build started: Project: WriteFishPrice, Configuration: Debug Win32 ------
1>Performing Custom Build Step
1>Compiling...
1>WFPNoStrip.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>WFPID.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>VCPlugInHeaders.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>TriggerResourceDeps.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>SDKPlugInEntrypoint.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\id6sdk\build\win\objD\WriteFishPrice\BuildLog.htm"
1>WriteFishPrice - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

I have added the path of config.hpp in "addition include directories" still it is throwing the same error.

 

Regards,

Suresh

Getting Linker errors while porting InDesign CC plugin code to InDesign CC 2014

$
0
0

Hello,

 

I am getting following linker errors during porting of plugin code from InDesign CC to InDesign CC 2014

 

> PlugInStatics.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'posix_category''(void)" (??__Eposix_category@system@boost@@YAXXZ)

> PlugInStatics.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'native_ecat''(void)" (??__Enative_ecat@system@boost@@YAXXZ)

 

I am using following environment :

 

OS : Windows 7 SP1 (64bit)

Visual Studio : VS 2013 with platform tool set = Visual Studio 2010 (v100)

InDesign SDK : InDesign CC 2014 plugin SDK (070)

Boost Libraries : 1.55

 

I have added external boost library paths in visual studio -> Linker properties -> Additional Library paths, still above linker errors persists, can someone help ?

 

Thanks,

-Harsh.


Problem with Boost logging from InDesign SDK Boost

$
0
0

Hello,

 

I am creating an InDesign plugin for Adobe InDesign CC 2015 and

I get a few linker errors when trying to use the Boost logging library from the InDesign SDK folder.

 

I want to static link (never dynamic link) the Boost logging library.

 

Below are more details:

 

---- OSX:

 

MAC VERSION:

OS X Yosemite

Version 10.10.4

 

---- Xcode:

 

Xcode version 5.0.2 (5A3005)

 

Target architecture:

Release Cocoa x64

 

C++ library:

libc++ (I tried libstdc++, but that results in errors about std::u16string, etc. and ultimately also in the same linker errors below).

 

Linked libraries:

/indesign_sdk/build/mac/release_cocoa64/packagefolder/contents/Frameworks/boost_filesystem .framework

 

I tried them all, but there are no .framework files specific for logging in:

/indesign_sdk/build/mac/release_cocoa64/packagefolder/contents/Frameworks/

 

I learned that I must use the Boost libraries from the InDesign SDK, because if I use my own Boost library (which does have logging libraries – adding these don't fix the linker errors BTW), then InDesign won't load the plugin.

I would think that the InDesign SDK should contains some .framework file related to Boost logging, in my own separate Boost path (/users/x/boost) I find the following files:

 

libboost_log.dylib

libboost_log_setup.dylib

 

libboost_log.a

libboost_log_setup.a

 

What do I need to do in order to get the Boost logging module working from the InDesign SDK directory?

 

InDesign SDK location with Boost:

/indesign_sdk/external/dva/third_party/boost_libraries/

 

---- Error messages:

 

(null): "boost::log::v2s_mt_posix::aux::code_convert(wchar_t const*, unsigned long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, std::__1::locale const&)", referenced from:

(null): "boost::log::v2s_mt_posix::sinks::text_file_backend::construct(boost::filesystem::path const&, unsigned int, unsigned long, boost::log::v2s_mt_posix::aux::light_function<bool ()> const&, bool)", referenced from:

(null): "boost::log::v2s_mt_posix::aux::once_block_sentry::enter_once_block() const", referenced from:

(null): "boost::log::v2s_mt_posix::aux::once_block_sentry::commit()", referenced from:

(null): "boost::log::v2s_mt_posix::aux::once_block_sentry::rollback()", referenced from:

(null): "boost::log::v2s_mt_posix::attribute_value_set::find(boost::log::v2s_mt_posix::attribute_ name) const", referenced from:

(null): "boost::log::v2s_mt_posix::attribute_value_set::end() const", referenced from:

(null): "boost::log::v2s_mt_posix::sinks::text_file_backend::consume(boost::log::v2s_mt_posix::re cord_view const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:

(null): "boost::log::v2s_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2s_mt_posix::attribute_name const&)", referenced from:

(null): "boost::log::v2s_mt_posix::sinks::text_file_backend::~text_file_backend()", referenced from:

(null): "boost::log::v2s_mt_posix::sinks::text_file_backend::flush()", referenced from:

(null): "boost::log::v2s_mt_posix::core::get()", referenced from:

(null): "boost::log::v2s_mt_posix::aux::default_attribute_names::message()", referenced from:

(null): "boost::log::v2s_mt_posix::core::add_sink(boost::shared_ptr<boost::log::v2s_mt_posix::sin ks::sink> const&)", referenced from:

(null): Linker command failed with exit code 1 (use -v to see invocation)

 

Thanks in advance!!

 

Regards,

 

Jan Ronner




How get Underline Type of Character?

$
0
0

This is function get attribute of TextRange:

template <class TextAttrType, class _Val_Type>

ErrorCode GetTextScriptProvider::GetTextAttribute(const InDesign::TextRange& textRange,

    const ClassID& attrClassID,

    _Val_Type& value)

{

  // Assume failure.

  value=0;

  ErrorCode status = kFailure;

  do

  {

  // Check if the text range is valid.

  if (textRange.IsValid() == kFalse)

  {

  //SNIPLOG("textRange is invalid - you must have some text selected first.");

  break;

  }

  // Query the text model and get the range data,

  InterfacePtr<ITextModel> textModel(textRange.QueryModel());

  RangeData rangeData = textRange.GetRange();

 

  // Query the compose scanner to access text attributes

  InterfacePtr<IComposeScanner> composeScanner(textModel, UseDefaultIID());

  if (composeScanner == nil)

  {

  ASSERT(composeScanner); break;

  }

   // Query attribute report interface

  int32 attrLen = 0;

  InterfacePtr<const IAttrReport> attrReport(composeScanner->QueryAttributeAt(rangeData, attrClassID, &attrLen));

  if (attrReport == nil)

  {

  //SNIPLOG("Could not find text attribute with Class ID 0x%X on the selected text!", attrClassID.Get());

  break;

  }

 

  // Query the attribute interface

  InterfacePtr<TextAttrType> attr(attrReport, TextAttrType::kDefaultIID);

  if (attr == nil)

  {

  //SNIPLOG("attr is nil! (Class ID 0x%X)", attrClassID.Get());

  break;

  }

 

  // Get the attribute value.

  const _Val_Type tempValue = attr->Get();

  value = tempValue;

  status = kSuccess;

  } while (false);

 

 

  return status;

}

 

This is my code get underline type, but it no working:

int16 underlineType;

res=GetTextAttribute<ITextAttrInt16, ITextAttrInt16::ValueType>(oCharRange, kTextAttrCharUnderlineTypeBoss,underlineType);

 

How get Underline Type of Character?

Getting Boost Regex Errors while porting a plugin for InDesign CC 2017 with InDesign CC 2017 SDK.

$
0
0

URGENT HELP NEEDED

 

I am porting a plugin that was running on InDesign CC 2015 previously, for InDesign CC 2017.

I am using OSX 10.10.2 and XCode 5.0.2, as written in the HTML Documentation that comes with InDesign SDK.

 

The plugin for InDesign CC 2015 was compiled on OSX 10.9.5 using Xcode 4.6.2.

 

Now I am having problem while trying to make a build, Compilation goes successful but Linking shows several problems related to Boost-Regex.

The project includes a file 'libboost_regex-mt.a' and the version of Boost that InDesign CC 2015 was using was 1.55 as I saw in version.hpp.

 

Now I am getting following Linker errors:

 

 

Undefined symbols for architecture x86_64:

  "boost::basic_regex<wchar_t, boost::regex_traits<wchar_t, boost::cpp_regex_traits<wchar_t> > >::do_assign(wchar_t const*, wchar_t const*, unsigned int)", referenced from:

      smart::CAdWrksTagDataFactory::GetPrice(wchar_t const*) in AdWrksTagDataFactory.o

      CAdWrksInDesignGridParser::Parse(IDocument*) in AdWrksInDesignGridParser.o

      CAdWrksInDesignGridParser::CollectedGridFrame(InterfacePtr<IHierarchy>&, InterfacePtr<ISpread>&, int, smart::CAdWrksGridTagFinder&) in AdWrksInDesignGridParser.o

      CAdWrksInDesignStyleParser::Parse(IDocument*) in AdWrksInDesignStyleParser.o

  "boost::match_results<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > > >::maybe_assign(boost::match_results<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > > > const&)", referenced from:

boost::re_detail_106000::perl_matcher<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<wchar_t const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > > >, boost::regex_traits<wchar_t, boost::cpp_regex_traits<wchar_t> > >::match_prefix() in AdWrksTagDataFactory.o

 

My Linking Section in Build Setting looks like in the following image.

Linking Setting.png

 

I would really appreciate some help here. Thank you.

Change plugin target from CS 5.5 to CS 5.0

$
0
0

Hi all,

I would like to ask, what steps I should proceed to support both versions of InDesign cs 5.0 and 5.5?

Iam using cs 5.5 SDKs on mac os, should I add something in resource files?

 

Thanks in advice

How to get node selected value from Structure view

$
0
0

I am working on extracing the text from Structure view which the user selected a tag. I want to get the node selected value when the user selected a tag in a structure view. How to get the node selected index value.

 

 

Regards,

Shirish Manda

Viewing all 78596 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>