Dear Jogl expert,
I'm really beginner on jogl and i plan to use cg on jogl but i got problem here.
When I try to run a demos.cg.runtime_ogl_vertex_fraggment in jogl demo. And i got this error "The procedure entry point cgNextParameter_depr_1_1 could not be loaded in the dynamic link library cg.dll."
And from this topic:
http://192.18.37.44/forums/index.php?topic=10262.0
Ken Russel said "It looks like those functions were present in the 1.3 release of Cg and are absent in the current 1.4 release."
So I go to developer.nvidia.com and found troublesome thing in this page
http://developer.nvidia.com/object/cg_toolkit.html
They said "All Cg 1.2 or Cg 1.3 programs should work with Cg 1.4 without the need to recompile the program.". And they even doesn't supply Cg 1.3 to download :(
Look like i hit the wall here. Thanks in advance for any suggestion.