Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Plugin development for premiere, adobe example error LNK1104: cannot open file 'C:\Program Files\Ad

Community Beginner ,
Apr 08, 2014 Apr 08, 2014

Hello,

I downloaded the Premiere Pro CS 5.5 Win SDK, i open the project SDK_Exporter in Visual Studio 2008, when i hit debug i get the following error

Error1fatal error LNK1104: cannot open file 'C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore\ExporterSDK.prm'

How can i resolve ?

TOPICS
SDK
2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 08, 2014 Apr 08, 2014

BuildLog.htm


Build Log

Build started: Project: SDK_Exporter, Configuration: Debug|x64



Command Lines
Creating temporary file "c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Debug\RSP00000A1093610836.rsp" with contents
[
/OUT:"C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore\ExporterSDK.prm" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"x64\Debug\ExporterSDK.prm.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/SDK_File_Compiler.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\Debug/SDK_File_Compiler.lib" /MACHINE:X64 vfw32.lib msacm32.lib winmm.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\SDK_File.obj"

".\Debug\SDK_Segment_Utils.obj"

".\x64\Debug\SDK_Exporter.res"

".\Debug\SDK_Exporter.obj"

".\Debug\SDK_Exporter_Params.obj"

".\x64\Debug\ExporterSDK.prm.embed.manifest.res"
]
Creating command line "link.exe @"c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Debug\RSP00000A1093610836.rsp" /NOLOGO /ERRORREPORT:PROMPT"

Output Window
Linking...
LINK : cannot create map for .ILK file; linking nonincrementally
LINK : fatal error LNK1104: cannot open file 'C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore\ExporterSDK.prm'

Results
Build log was saved at "file://c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Debug\BuildLog.htm"
SDK_Exporter - 1 error(s), 0 warning(s)

Any solution, any idea why  ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 08, 2014 Apr 08, 2014

In release mode

Build Log

Build started: Project: SDK_Exporter, Configuration: Release|x64



Command Lines
Creating temporary file "c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Release\RSP00000B109364052.rsp" with contents
[
/I "..\..\Headers" /I "..\..\Utils" /D "_WINDLL" /FD /EHsc /MD /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /c /TP ".\SDK_Exporter_Params.cpp"

".\SDK_Exporter.cpp"

"..\..\Utils\SDK_Segment_Utils.cpp"

"..\..\Utils\SDK_File.cpp"
]
Creating command line "cl.exe @"c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Release\RSP00000B109364052.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /fo"x64\Release/SDK_Exporter.res" ".\SDK_Exporter.rc""
Creating temporary file "c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Release\RSP00000C109364052.rsp" with contents
[
/OUT:"C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore\ExporterSDK.prm" /DLL /MANIFEST /MANIFESTFILE:"x64\Release\ExporterSDK.prm.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DYNAMICBASE /NXCOMPAT /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\x64\Release\SDK_File.obj"

".\x64\Release\SDK_Segment_Utils.obj"

".\x64\Release\SDK_Exporter.res"

".\x64\Release\SDK_Exporter.obj"

".\x64\Release\SDK_Exporter_Params.obj"
]
Creating command line "link.exe @"c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Release\RSP00000C109364052.rsp" /NOLOGO /ERRORREPORT:PROMPT"

Output Window
Compiling...
SDK_Exporter_Params.cpp
SDK_Exporter.cpp
SDK_Segment_Utils.cpp
SDK_File.cpp
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : fatal error LNK1104: cannot open file 'C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore\ExporterSDK.prm'

Results
Build log was saved at "file://c:\PRODUCCION\cinemartin\Cinec\Premiere Pro CS5.5 Win SDK\Examples\Projects\SDK_Exporter\x64\Release\BuildLog.htm"
SDK_Exporter - 1 error(s), 0 warning(s)

Helpp

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 08, 2014 Apr 08, 2014
  • RESOLVED LOOKING AT THE PAST

  • 1.Zac Lam,01-dic-2013 10:43   in reply to Alex B MartinReport

    Hi Alex, Are you launching Visual Studio with administrative privileges?  If not, you won’t be able to generate the .aex in certain protected folders because of a Windows security restriction.

    Was this helpful? Yes   No

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 08, 2014 Apr 08, 2014

Also, you need to ask SDK questions in that forum http://forums.adobe.com/community/premiere/sdk?view=discussions

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 08, 2014 Apr 08, 2014
LATEST

[Moved to the SDK forum.]

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines