Hey, finally got it running. Mainly thanks to the use of Dependency Walker to verify that I was using the compatible DLLs for the application (there were a few different builds of everything floating around).
As for STLPort 4.6.2, I should have specified that I was using that for VC6.
A problem that did crop up though, that I didn't find discussed anywhere else here, is that when I built it, a couple of things happened.
a) When I run it through the debugger, it complains that it can't find the resources.cfg file. I have that file and all the supporting DLLs in the same folder as the executable; is there anything else that has to be done here to run it from VC? Accordingly, it runs fine if I just manually start the .exe from the folder. Of course, this doesn't allow me the use of the debugging tools. Which leads to...
b) When I play the movie, the sound of the cheer.ogg movie seems to work out fine, although the video looks to be playing in extreme fast forward. A few frames flash by, and the video arrives at the end in about 10-15 seconds.
Using the video test driver results in normal playback, just as a sidenote.
Thanks again for any thoughts.