CG problems

i was testing out the Cg demo and i got an unstatisfactory link error that goes to the jogl_cg.dll what do i do to fix this?

Either you don’t have Cg installed or you don’t have Cg version 1.3 installed, which is what the current JOGL links against. Unfortunately NVidia doesn’t seem to have this older version on their web site any more. I’ve filed Issue 170 against JOGL to upgrade JOGL to the Cg 1.4 binding. I’ll try to get this done within a week or so.

As a stopgap measure I’ve put copies of the Cg 1.3 installers on the JOGL web page under Documents & Files > Temporary Files > Cg 1.3.

[quote]I’ve filed Issue 170 against JOGL to upgrade JOGL to the Cg 1.4 binding. I’ll try to get this done within a week or so.
[/quote]
Thats good to hear since 1.4 runtime has improved both improved in speed, stability and platform support. Will there be any inclusion of the CgFX environment in the planned upgrade or is this left for JSR231.

// Tomas

The updated headers include some CgFX entry points. However this binding is completely untested and it’s possible some key entry points are missing (there were some callback routines left out for the obvious reasons of difficulty calling back up to Java).

Cool… been waiting for this moment.

Keep up the good work
// Tomas :slight_smile: