Jogl_cg can't load cg or cggl library on system64.
Posted by jetlee01 on Jan 10, 2015; 6:32pm
URL: https://forum.jogamp.org/Jogl-cg-can-t-load-cg-or-cggl-library-on-system64-tp4033828.html
I have wrote some cg examples using jogl_cg, they work well on 32-bit system of windows 7, but they can't work on the 64-bit system. And it always throw RuntimeException: Couln't load native Cg or CgGL library, at com.jogamp.opengl.cg.CgGL.<clinit>(CgGL.java:6581). Both of the two computers have same video card(GT750ti) and have installed Cg library. I don't kown why. Sorry my bad English.