Click here to Skip to main content
15,905,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error when using libavcodec dll in vc++ Pin
RahulOP13-Jun-06 22:39
RahulOP13-Jun-06 22:39 
GeneralRe: Error when using libavcodec dll in vc++ Pin
Cedric Moonen13-Jun-06 23:14
Cedric Moonen13-Jun-06 23:14 
GeneralRe: Error when using libavcodec dll in vc++ [modified] Pin
RahulOP13-Jun-06 23:29
RahulOP13-Jun-06 23:29 
GeneralRe: Error when using libavcodec dll in vc++ Pin
RahulOP14-Jun-06 21:00
RahulOP14-Jun-06 21:00 
GeneralRe: Error when using libavcodec dll in vc++ Pin
Cedric Moonen15-Jun-06 1:24
Cedric Moonen15-Jun-06 1:24 
GeneralRe: Error when using libavcodec dll in vc++ Pin
RahulOP15-Jun-06 2:53
RahulOP15-Jun-06 2:53 
GeneralRe: Error when using libavcodec dll in vc++ Pin
Eytukan13-Jun-06 22:27
Eytukan13-Jun-06 22:27 
AnswerRe: Error when using libavcodec dll in vc++ Pin
Viorel.13-Jun-06 21:00
Viorel.13-Jun-06 21:00 
According to documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes.asp[^]) 2 is the code for ERROR_FILE_NOT_FOUND error ("The system cannot find the file specified"). You should find which was the last function causing this error.

You last line gives exception because of the NULL value of avctx pointer. I think you have to put a return instruction after AfxMessageBox, or to use else.
AnswerRe: Error when using libavcodec dll in vc++ Pin
Eytukan13-Jun-06 22:01
Eytukan13-Jun-06 22:01 
Question[Message Deleted] Pin
angelfirefox13-Jun-06 20:07
angelfirefox13-Jun-06 20:07 
AnswerRe: CTreeCtrl Height bright Display Pin
Sarath C13-Jun-06 20:35
Sarath C13-Jun-06 20:35 
AnswerRe: CTreeCtrl Height bright Display Pin
Hamid_RT13-Jun-06 20:47
Hamid_RT13-Jun-06 20:47 
QuestionRe: [Message Deleted] Pin
toxcct13-Jun-06 22:24
toxcct13-Jun-06 22:24 
AnswerRe: [Message Deleted] Pin
ThatsAlok13-Jun-06 22:44
ThatsAlok13-Jun-06 22:44 
QuestionCRichEditCtrl show gif [modified] Pin
chybin13-Jun-06 20:03
chybin13-Jun-06 20:03 
QuestionSet beginning of file? Pin
_johan13-Jun-06 20:02
_johan13-Jun-06 20:02 
AnswerRe: Set beginning of file? Pin
kakan13-Jun-06 20:08
professionalkakan13-Jun-06 20:08 
AnswerRe: Set beginning of file? Pin
Laxman Auti13-Jun-06 20:25
Laxman Auti13-Jun-06 20:25 
GeneralRe: Set beginning of file? Pin
_johan13-Jun-06 20:30
_johan13-Jun-06 20:30 
Questionhow to convert output of console based in VC++ to windows based in C++ .NET Pin
YogeshRT13-Jun-06 19:31
YogeshRT13-Jun-06 19:31 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
_AnsHUMAN_ 13-Jun-06 19:34
_AnsHUMAN_ 13-Jun-06 19:34 
Generalhow to handle unmanaged code from the managed code. Pin
YogeshRT13-Jun-06 19:47
YogeshRT13-Jun-06 19:47 
GeneralRe: how to handle unmanaged code from the managed code. Pin
_AnsHUMAN_ 13-Jun-06 19:56
_AnsHUMAN_ 13-Jun-06 19:56 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
Ganesh_T13-Jun-06 19:35
Ganesh_T13-Jun-06 19:35 
AnswerRe: how to convert output of console based in VC++ to windows based in C++ .NET Pin
Laxman Auti13-Jun-06 19:40
Laxman Auti13-Jun-06 19:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.