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!