PLSM prebuild binaries

Tempest

10-01-2006 00:57:31

Since I'm using OgreDotNet, I'm still running SDK 1.04. Does anyone have the PLSM prebuilt binaries for 1.04? The ones on the site are for 1.05 and are erroring out.

Thanks guys,

EagleEye

10-01-2006 13:37:51

I have it...

http://vermund.eeisi.com/PLSM2_binary_104.zip

You still need that "datasrcs.zip"...

Tempest

11-01-2006 02:47:08

I have it...

http://vermund.eeisi.com/PLSM2_binary_104.zip

You still need that "datasrcs.zip"...


Thanks EagleEye, I appreciate your help.

I've got Demo_PagingLandScape2.exe working in a seperate folder; however, I'm trying to get it integrated with my current SDK folder.

Which files need to be moved into the SDK folder? Moving all of them causes all kinds of errors, sames goes when only moving the "Plugin_PagingLandscape2.dll"

Thanks again for your help and patience. :P

EagleEye

11-01-2006 04:36:29

You should only need the Plugin_PagingLandScapeSceneManager2.dll and Plugin_PagingLandScapeSceneManager2.pdb. Reference the dll in your plugins.cfg file.

Tempest

11-01-2006 04:54:38

You should only need the Plugin_PagingLandScapeSceneManager2.dll and Plugin_PagingLandScapeSceneManager2.pdb. Reference the dll in your plugins.cfg file.

If I move the dll and add it to the plugins file, I get the following runtime error:

Within Root.cs, at line 136:

public Root() : this(OgreBindingsPINVOKE.new_Root__SWIG_3(), true) {
}

"Object reference not set to an instance of an object"


This happens when the application is first loading and loading in the plugin files.