Changes in the Realsoft 3D Directory structure

Due to various setup specific issues the runtime folder structure of the Windows version has changed.

All Realsoft 3D executable and built-in library files can now be found in bin sub folder.

As a plugin developer you usually don't have to worry about this change, since your plugin libraries still go to plugins sub folder.

Additional DLLs that your plugins will need can be installed anywhere you like. Installing them the Realsoft 3D\bin folder makes sure Windows will find them automatically for you.

Realsoft 3D Beta
   bin
       Realsoft3D.exe
       ShowImg.exe
       r3oops.dll
       r3obj.dll
       libtiff.dll
       libjpeg.dll
       mycommonstuff.dll
       ...
   plugins
       r3tiff.dll
       r3jpeg.dll
       mytoolset1.dll
       mytoolset2.dll
       ..