Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: videoplugin libraries  (Read 3855 times)

Anonymous

  • Guest
videoplugin libraries
« on: December 06, 2005, 08:03:54 PM »

im having so many problems compiling this plugin...is there a way anyone could send my the libraries and dlls that theyve managed to compile....

i downloaded the CEGUI with openAL demo and it works but i cant compile my own code because i dont have the libraries

if anyone could help that owuld be good
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
videoplugin libraries
« Reply #1 on: December 07, 2005, 08:53:55 AM »

Well, the only way to send you the libs is know what OS, Compiler, STLPort? - and what version of STLPort you are using.
Logged

Anonymous

  • Guest
videoplugin libraries
« Reply #2 on: December 07, 2005, 11:42:50 AM »

im running windows xp...

and using microsoft visual studios .net 2003

i dont know about the stl port
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
videoplugin libraries
« Reply #3 on: December 07, 2005, 11:55:03 AM »

Sorry, I do not have 2003, only 2002 (7.0) version. I do not really want to send you those, as I compile with STLPort... Perhaps you should just work on compiling the project.. It is not too difficult. I think a good start would be to list your problems, though, first a search might help you out too.
Logged

Anonymous

  • Guest
videoplugin libraries
« Reply #4 on: December 07, 2005, 02:38:08 PM »

im trying to compile the project inside TheoraVideo folder

i get the following error while compiling TheoraVideo

TheoraVideo error LNK2001: unresolved external symbol _oggpackB_bytes

ive downloaded the oggvorbis sdk and am linking my visual studio to the include and library folders

thats the first error im getting
Logged

Anonymous

  • Guest
videoplugin libraries
« Reply #5 on: December 07, 2005, 03:03:13 PM »

i acually get an error before those linking errors...

 'vorbis_synthesis_restart': identifier not found, even with argument-dependent lookup
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
videoplugin libraries
« Reply #6 on: December 07, 2005, 04:31:54 PM »

Sounds like these errors: http://www.ogre3d.org/phpBB2/viewtopic.php?p=59346#59346

Which is an incorrect version of Ogg Vorbis SDK. I uploaded the SDK I used here: http://www.wreckedgames.com/OggSDK.zip ... Please try using this.
Logged

Anonymous

  • Guest
videoplugin libraries
« Reply #7 on: December 07, 2005, 05:20:57 PM »

thanks pjcast...i finally got it compiled...

it was the ogg sdk that was causing that problem...

thanks alot
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
videoplugin libraries
« Reply #8 on: December 07, 2005, 05:35:20 PM »

Awesome! Glad that, that fixed the problem.. I would have gave you the link to the sdk on the vorbis site.. But, they changed their site layout and I was not able to find it last time I looked.. Thankfully, I have the SDK installed for a while on several machines here.
Logged

arkos

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 14
    • View Profile
videoplugin libraries
« Reply #9 on: May 20, 2006, 10:34:17 AM »

Hey pjcast,

your link to the oggVorbis site no longer works. Could you post another link to it, or can you tell me where I can get it?

thanks
Logged

jacmoe

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 6
    • View Profile
    • Jacmoe's
videoplugin libraries
« Reply #10 on: July 20, 2006, 07:08:33 AM »

I downloaded FreeSL and used that as ogg_vorbis dep.
It works splendidly!  :)

The only thing you have to do is copy and rename vorbis_static.lib and ogg_static.lib to vorbis_static_d.lib and ogg_static_d.lib. In FreeSLv2/dependencies/lib.

One added benefit is that FreeSL 2 can be used as a sound plugin.
If I get it working, I will submit a patch against the demo.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
videoplugin libraries
« Reply #11 on: July 20, 2006, 08:33:45 AM »

@Jacome
Yeah, a FreeSL plugin would rock.. Thanks :)
Logged