Adding video file as a linked resource to an VC++[MFC] project
Hello All,
How can I add a video file as a linked resource to my VC++[MFC] project.It would be helpful if at all I get sample code or related links to doing it,as i am completely new to this.
Thanks & Regards,
RV3
Re: Adding video file as a linked resource to an VC++[MFC] project
Why asking the same question again? :confused:
You already asked it and have got the answers in this thread. :cool:
Re: Adding video file as a linked resource to an VC++[MFC] project
Hi,
Sorry if it sounds dumb.The last thread was regarding "embedding" video files,not regarding adding the video files as a "linked resource".Now are the two same? Don't mind for this silly doubt of mine.I am compeltely new to this.
Re: Adding video file as a linked resource to an VC++[MFC] project
And what is a "linked resource"?
Re: Adding video file as a linked resource to an VC++[MFC] project
You can implement your own mechanism to have Linked resource, there is no standard mechanism to do that.