Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows .dll file invalid #140

Closed
gcode-importer opened this issue Mar 27, 2012 · 3 comments
Closed

Windows .dll file invalid #140

gcode-importer opened this issue Mar 27, 2012 · 3 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 140

Steps to reproduce the problem:
1. Open my project in Visual Studio 2010.
2. Add reference "openjpeg.dll"

I expect the .dll to be recognized and added to my project.
Visual Studio reports "A reference to 'openjpeg.dll' could not be added.  Please make
sure that the file is accessible, and that it is a valid assembly or COM component."

What version of the product are you using? On what operating system?
I tried openjpeg versions 1.4 and 1.5 with no success.
I'm using Visual Studio 2010 Professional Version 10.0.40219.1 SP1Rel in Windows 7
Professional SP1 64-bit.

Any assistance would be appreciated.  Thank you.

Reported by timincsb28 on 2012-03-27 19:51:12

@gcode-importer
Copy link
Author

Additional information:
The Visual Studio project is a C# (C-sharp) project.

Reported by timincsb28 on 2012-03-27 21:31:08

@gcode-importer
Copy link
Author

Use Interop and DllImport to access the dll, as the error says the dll is a native dll
not a com dll or .net assembly

Reported by mm7142 on 2012-03-29 08:56:23

@gcode-importer
Copy link
Author

closing as invalid. thanks

Reported by malaterre on 2012-05-21 14:07:20

  • Status changed: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants