Question about Object Viewer

Added by lly20000 over 8 years ago

I was search about object viewer source code in tools source code but I can't found it,is this not have source code like max plugin ? and where can I download this tools binary file?


Replies (6)

RE: Question about Object Viewer - Added by nimetu over 8 years ago

Object Viewer is under NeL tools (code/nel/tools/3d/object_viewer_exe)

RE: Question about Object Viewer - Added by Langerz about 8 years ago

I can compile the file, output is "object_viewer_r.exe" under the same directory but trying to run the executable gives me a MS Visual C++ Runtime Library Error, any ideas?

using Win Vista x64 ultimate.

RE: Question about Object Viewer - Added by nimetu about 8 years ago

object_viewer_r.dll there too ?

in theory, the exe project should compile the dll and place .exe and .dll in same directory.

RE: Question about Object Viewer - Added by Langerz about 8 years ago

hmm, no there is not.

Which MS VS project or solution file should I be compiling from?

Thanks for the assistance.

RE: Question about Object Viewer - Added by nimetu about 8 years ago

nel/tools/all.sln
nel/tools/object_viewer_exe/object_viewer_exe.sln
both include 'object_viewer' (dll) project.

I compiled ObjectViewer myself and there is few problems with it....
it does display correct error if .dll is not found (which is good and not really a problem)
it needs config file or it crashes (.cfg found in 'object_viewer' project)
it also needs nel_drv_direct3d (or opengl) driver dll or it crashes.

object_viewer_r.dll is placed in core/nel/lib folder (driver dll's there too).

.exe, .dll and .cfg needs to be in same folder for it to work.

(1-6/6)