Hello- First, before I forget, thanks Pete and Daivd for you tips for getting the java part to compile. I changed the line in /src/uipp/java/Makefile from cc=gcc to cc=xlc an everything build OK. I changed the jni_mdh.h file, and next build I'll tell you how it goes.
Next, I am having difficulties displaying multiple images within the same net for AIX 4.2. For an example, I chose AutoColor2d from the tutorial. It runs just fine. If I add a second image module, it disconnects from server. The output from dbx is below. -Randy Segmentation fault in getOneMapTranslation at line 4775 in file "/u/res3/rpolson /OpenDX/dx-4.0.10/dx/src/exec/libdx//displayx.c" 4775 for (i = 0; i < cmapsize; i++) (dbx) where getOneMapTranslation(dpy = 0x2010c328, d = 0x206126b0, force = 0), line 4775 in "displayx.c" createTranslation(couldn't resolve reference (dbx) (dbx) print cmapsize 256 (dbx) print i 256 (dbx)
