CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2010
    Posts
    7

    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

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Adding video file as a linked resource to an VC++[MFC] project

    Why asking the same question again?
    You already asked it and have got the answers in this thread.
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2010
    Posts
    7

    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.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Adding video file as a linked resource to an VC++[MFC] project

    And what is a "linked resource"?
    Victor Nijegorodov

  5. #5
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    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.
    Regards,
    Ramkrishna Pawar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured