HamoudaOthman / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Problem creating Histograms caused by other versions of JNA #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a newer version of JNA instead of JNA 3.2.5
2. Create a histogram of an image

What is the expected output? What do you see instead?
Creating a histogram produces the following exception:
Exception in thread "main" java.lang.IllegalArgumentException:
Structure class name.audet.samuel.javacv.jna.cxcore$CvArr$ByReference
has unknown size (ensure all fields are public) 

What version of the product are you using? On what operating system?
I was using the javacv 7/30/10 and jna 3.2.8 (latest version) on windows 7 
professional

Please provide any additional information below.

Original issue reported on code.google.com by KRipple1...@gmail.com on 9 Oct 2010 at 6:13

GoogleCodeExporter commented 8 years ago
I fixed this issue in the following test version:
    http://www.ok.ctrl.titech.ac.jp/~saudet/javacv.jar
Let me know that this works well, and you may change the status of this issue 
to "Verified", thank you.

Original comment by samuel.a...@gmail.com on 25 Oct 2010 at 6:41