Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lilbuh

Pages: [1]
1
SFML projects / Re: VideoStreamer - .NET Video Player
« on: March 16, 2014, 06:49:58 pm »
for the other errors i just had to recompile the 2 projects videostreamer and Cvideostreamer in release mode
( one was set to debug and the other one to release )

and my last error was: do not forget to copy the ffmpeg dlls in the program's folder




2
SFML projects / Re: VideoStreamer - .NET Video Player
« on: March 16, 2014, 11:46:52 am »
Hey there,

i cant get videostreamer to compile properly even with the tutorial...
each time i correct an issue another one comes up:

videostreamer:

- inttypes.h missing ( found that the r29 of https://code.google.com/p/msinttypes/ fixes that issue )

Cvideostreamer:

- lots of error LNK2026: module unsafe for SAFESEH image. ( using libs from http://ffmpeg.zeranoe.com/builds/win32/dev/ ) had to disable SAFESEH option in project properties

and now:

Erreur   1   error LNK2038: discordance détectée pour '_ITERATOR_DEBUG_LEVEL' : la valeur '0' ne correspond pas à la valeur '2' in HDataFrame.obj   \VideoStreamer.lib(DataFrame.obj)   CVideoStreamer
Erreur   2   error LNK2038: discordance détectée pour 'RuntimeLibrary' : la valeur 'MD_DynamicRelease' ne correspond pas à la valeur 'MDd_DynamicDebug' in HDataFrame.obj VideoStreamer.lib(DataFrame.obj)   CVideoStreamer
Erreur   3   error LNK2038: discordance détectée pour '_ITERATOR_DEBUG_LEVEL' : la valeur '0' ne correspond pas à la valeur '2' in HDataFrame.obj   \VideoStreamer.lib(VideoStream.obj)   CVideoStreamer
Erreur   4   error LNK2038: discordance détectée pour 'RuntimeLibrary' : la valeur 'MD_DynamicRelease' ne correspond pas à la valeur 'MDd_DynamicDebug' in HDataFrame.obj    \VideoStreamer.lib(VideoStream.obj)   CVideoStreamer
Avertissement   5   warning LNK4098: conflit entre la bibliothèque par défaut 'MSVCRT' et les autres bibliothèques ; utilisez /NODEFAULTLIB:library    \LINK   CVideoStreamer
Erreur   6   error LNK1319: 4 discordances détectées   \Debug\CVideoStreamer.dll   1   1   CVideoStreamer

using visualstudio 2012 and windows 8 64

help!

Pages: [1]