jloyd / javacv

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

Trying to see warnings #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.trying to use new JavaCvErrorCallback().redirectError(); to get warnings when 
the app crash

What is the expected output? What do you see instead?
Get warnings when the app crash but the method doesn't seems to appear

What version of the product are you using? On what operating system?
I'm using JavaCV binary package (2011-04-07) 
Eclipse Galileo
Win 7

Please provide any additional information below.

Original issue reported on code.google.com by david.vi...@gmail.com on 25 Apr 2011 at 10:49

GoogleCodeExporter commented 9 years ago
I removed that method because we don't need it anymore. JavaCPP supports 
exceptions normally, so just enclose your code inside try { ... } 
catch(Exception e) { } blocks.

Original comment by samuel.a...@gmail.com on 29 Apr 2011 at 6:18