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

Matlab 2009b and Photoshop CS4 - 64 Bit

Participant ,
Feb 28, 2010 Feb 28, 2010

Copy link to clipboard

Copied

Hello.
Today I installed Win 7 64 bit.
On the 32 bit I used to integrate Photoshop with Matlab as specified here:
http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075 Ba.html

Today I tried doing it with the 64 Bit versions of the software (Both Matlab and Photoshop) yet with no success.
Tried to integrate Matlab to the 32 Bit version of Photoshop, still no success.

Th Error I get is (Running "testall" to verify integration):

Harness / mfile version: 11 Harness date: 21-Feb-2007 28-Feb-2010 18:50:43 ??? Error using ==> loadlibrary at 281 Microsoft Visual C++ 2005 or 2008 is required to use this feature. Error in ==> psjavascriptu at 22     loadlibrary([libPath ['psmatlab' libExt]], [libPath 'psmatlab.h']); Error in ==> testall at 43 pslogit(['App name: ' psjavascriptu('app.name')], psdisplay, pslog, pslogfile);

Anyone with an idea?
Has anyone succeeded integrating the 2 using the 64 Bit versions?
Thanks.

TOPICS
Actions and scripting

Views

1.9K

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
Adobe
Adobe Employee ,
Apr 24, 2010 Apr 24, 2010

Copy link to clipboard

Copied

Do you have the C compiler installed? Make sure you have the 64 bit tools installed as well when install

ing MSDEV. They are not installed by default.

According to the "MATLAB Photoshop Readme.pdf"

..

8. A C compiler is required to use the Photoshop interface.
a. Windows users will need to install Microsoft Developer Studio
b. Macintosh users will need to install XCode

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
Participant ,
Apr 24, 2010 Apr 24, 2010

Copy link to clipboard

Copied

Could you tell me exactly what should I download and from where?

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
Adobe Employee ,
Apr 25, 2010 Apr 25, 2010

Copy link to clipboard

Copied

http://msdn.microsoft.com/en-us/vstudio/default.aspx

Visual Studio 2008 is what Photoshop CS5 was built with. You might be able to us the Express version.

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
Participant ,
Apr 25, 2010 Apr 25, 2010

Copy link to clipboard

Copied

Do you think they supply what's needed in the express edition?

Isn't there a way to register a dll or something instead of installing a complete software I don't need?

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
Adobe Employee ,
Apr 27, 2010 Apr 27, 2010

Copy link to clipboard

Copied

I have no idea about the express edition. I would recommend buying the full Visual Studio C++ package. MATLAB changed the way they support dll's for their system so thus the compiler requirement. I don't know of a way to register or solve the problem any other way on the windows platform. I would check on the MATLAB web site to see if they have any kinds of work arounds if you do not want to install/buy the entire MS C++ compiler.

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
New Here ,
Mar 09, 2012 Mar 09, 2012

Copy link to clipboard

Copied

LATEST

Hello,

You are having the message becuase the compiler configuration is not set.

In the command window run:

mex.getCompilerConfigurations

You must get something like this:

ans =

  mex.CompilerConfiguration

  Package: mex

  Properties:

            Name: 'Microsoft Visual C++ 2010'

    Manufacturer: 'Microsoft'

        Language: 'C++'

         Version: '10.0'

        Location: 'C:\Program Files (x86)\Microsoft Visual Studio 10.0'

         Details: [1x1 mex.CompilerConfigurationDetails]

It will depend of your version.

If you don't have anything run: mex

it will give the options for choosing compiler, take the one of Microsoft Visual C++.

Then, it must work even it says:

??? Error using ==> mex at 208

Unable to complete successfully.

Then test the "test files", one by one.

Good luck,

Jorge Zavala

.

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