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

wxPlugin compile error

Explorer ,
Feb 22, 2021 Feb 22, 2021

Copy link to clipboard

Copied

Hi.

 

I am using Acrobat XI, VS2010 to compile wxPlugin in windows10,

but the error C1083: Cannot open include file: '../../../lib/vc_lib/mswd/wx/setup.h': No such file or directory occured.

I have created the folder "NonAdobeSupport" in Acrobat XI SDK\Version 1\, and the following is "NonAdobeSupport" folder structure.

image.png

I have installed wxWidgets-3.0.5 , and copied the contents of \wxWidgets-3.0.5\include to \NonAdobeSupport\wxWidgets\win\include, and the contents of \wxWidgets-3.0.5\lib to \NonAdobeSupport\wxWidgets\win\libraries.

 

In the "Guide to SDK Samples" document, it says

(1)the libraries directory containing the contents of the lib directory, including the lib/wx/ directory

(2) Add header paths for ..\..\..\..\NonAdobeSupport\wxWidgets\win\libraries\mswd\

but I cann't find the lib/wx/ directory and the mswd directory.

 

What setting did I make a mistake?

 

Thanks!

 

 

 

 

TOPICS
Acrobat SDK and JavaScript , Windows

Views

320

Translate

Translate

Report

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

correct answers 1 Correct answer

Explorer , Feb 23, 2021 Feb 23, 2021

I solved my compile error.
I should compile the \wxWidgets-3.0.5\build\msw\wx.dsw to generate vc_lib before compile wxPlugin.

Thanks.

Votes

Translate

Translate
Community Expert ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

Does the file '../../../lib/vc_lib/mswd/wx/setup.h' exists?

Votes

Translate

Translate

Report

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
Explorer ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

No, it doesn't exists.

I know the error occured because the setup.h file doesn't exist.

I think this file is from wxWidgets-3.0.5, but I cann't find it in wxWidgets-3.0.5.

Where is it?

 

Thanks.

Votes

Translate

Translate

Report

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
Explorer ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

LATEST

I solved my compile error.
I should compile the \wxWidgets-3.0.5\build\msw\wx.dsw to generate vc_lib before compile wxPlugin.

Thanks.

Votes

Translate

Translate

Report

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