i hope this is the correct spot for my question. I'm working on my first project around the vlclib my task is to embed a video player into an existing framework based on SDL. So i googeled a bit and found http://wiki.videolan.org/LibVLC_SampleCode_SDL. I think I understand the code but in Visual Studio 2005 i get some problems when I try to compile the code.
Code: Select all
1>libvlc.lib(d000029.o) : warning LNK4078: Mehrere .text-Abschnitte mit unterschiedlichen Attributen gefunden (E0300020).
1>SDLVIDTEST.obj : warning LNK4248: Nicht aufgelöstes Typeref-Token (01000012) für "libvlc_instance_t". Das Abbild kann möglicherweise nicht ausgeführt werden.
1>SDLVIDTEST.obj : warning LNK4248: Nicht aufgelöstes Typeref-Token (01000013) für "libvlc_media_t". Das Abbild kann möglicherweise nicht ausgeführt werden.
1>SDLVIDTEST.obj : warning LNK4248: Nicht aufgelöstes Typeref-Token (01000014) für "SDL_mutex". Das Abbild kann möglicherweise nicht ausgeführt werden.
1>SDLVIDTEST.obj : warning LNK4248: Nicht aufgelöstes Typeref-Token (01000015) für "libvlc_media_player_t". Das Abbild kann möglicherweise nicht ausgeführt werden.
"Die Anwendung konnte nicht richtig initialisiert werden( 0x000007b). Klicken Sie auf "OK", um die ANwendung zu beenden."
So obviously something isn't correct.
If you have trouble to understand this german massages in english well I hope this is correct translated:
"The application could not initialized correctly ( 0x000007b)"
Hope one of u can help me plz