Well, I'm not sure if I should have posted in the created topic or created a new one. I took a chance! Hi pjcast, its your old problematic plugin user from the ogre forums! I like the way you have updated your website, it is very nice.
Sorry to come here with more problems :roll:
As it turns out, when I tested your CEGUI demo from the ogreaddons, I did get the demo to work in debug mode, but it crashes in release mode with an access violation (null pointer is what I'm guessing from reading all the posts in the ogre forum). I started a new project with the sole purpose of seeing the video play and I posted my code on the ogre forum (should I post here too?). I still get the same null pointer exception when running the application in release mode. Runs just fine in debug mode.
I learned that debug mode substitutes null pointers with data and release mode doesn't. I wanted to see if I was doing everything right in terms of setting up the code. I'm so burned out trying to figure out what is going on!
To recap, I'm using OgreSDK 1.0.4, VC++ 6 SP 6 and the latest from CVS as of earlier this week. I appreciate so much your working with me to get the CEGUI demo to run. I have triple checked my settings for my compiler and then checked them again!
The libraries I'm using (please let me know if I'm missing anything) are:
Release: OgreMain.lib OpenAL32.lib ALut.lib Plugin_TheoraVideoSystem.lib
Debug: OgreMain_d.lib OpenAL32.lib ALut.lib Plugin_TheoraVideoSystem.lib
Also my Tools->Options->Directories->Includes are listed in the following order
C:\STLPORT-4.6.2\stlport, C:\OgreSDK\Include,C:\OgreSDK\Dependencies,C:\Program Files\Microsoft Visual Studio\VC98\Include,C:\DXSDK\Include
In the same place, my libraries are in the following order
C:\STLPORT-4.6.2\Lib, C:\OgreSDK\Lib,C:\OgreSDK\Dependencies\Lib,C:\Program Files\Microsoft Visual Studio\VC98\Lib,C:\DXSDK\Lib,C:\Program Files\Microsoft Visual Studio\VC98\MFC\Lib
I just feel like I'm missing some detail since the error is happening across the board. I really do appreciate all the help that you have provided! You've gotten me so far with this!