CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Sep 2004
    Posts
    15

    Convert .exe to any other format

    Hello,
    I have an exe file created in VC++ 6.0 . I want to convert that to a file in any other format... like .avi or .mpeg. I want to do this because I have a simulation in vc++ and i want to test that using real time data.
    Please reply!!!!
    Thanks,
    Aruna

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Convert .exe to any other format

    I don't understand, how can you expect an exe to be a mpeg or avi file ?

  3. #3
    Join Date
    Aug 2004
    Location
    Earth, Solar System, Milky Way
    Posts
    80

    Re: Convert .exe to any other format

    Quote Originally Posted by aruna1715
    Hello,
    I have an exe file created in VC++ 6.0 . I want to convert that to a file in any other format... like .avi or .mpeg. I want to do this because I have a simulation in vc++ and i want to test that using real time data.
    Please reply!!!!
    Thanks,
    Aruna
    What kind of grass are you smoking?
    Hokutata Yakubotu

  4. #4
    Join Date
    Sep 2004
    Posts
    15

    Re: Convert .exe to any other format

    Actually this is my problem... I have created a .exe file to study the behaviour of certain bacteria... their movement in different mediums. I have used VC++ to create a simulation... like how the bacteria will move in different mediums. Now i have to test this simulation. Another problem in my research is that I have to count the number of bacteria in the medium..... I have a few real time sample data and I have to use that as the input to my simulation.
    I will not be doing this counting in vc++ but I will be using some image processing techniques.
    So these are the steps:
    1. Want to check my simulation for real time data.
    2. Take snapshots or get a movie file for my simulation.
    3. Give this movie file or image as the input to my image processing algorithm and test the number of bacteria present in the dish...
    Does this sound fine now?
    Does anybody out there have a solution? please help!!! me really confused!
    Thanks

  5. #5
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Convert .exe to any other format

    That sounds better.. Now, before I proceed.. How familiar are you in programming ?
    Do you use Windows ? Linux ?

  6. #6
    Join Date
    Sep 2004
    Posts
    15

    Re: Convert .exe to any other format

    I will be using windows... am not familiar with anything else

  7. #7
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Convert .exe to any other format

    Hey, guys! Is it supposed to be funny? Why do you ridicule a person who did not express his question correctly?
    Obviously, he is looking for a way to CAPTURE the output of his program in a AVI or MPEG file - right?
    I am sure there are tools for that. I would start looking at SnagIt! shareware tool.
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  8. #8
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Convert .exe to any other format

    Agree VladimirF.. This is supposed to be the forum where one gets answers without getting ridiculed.. And the O.P. is no geek/nerd like us and is into something really interesting .. guess some sorta research.. C'mon guys !!

  9. #9
    Join Date
    Sep 2004
    Posts
    15

    Re: Convert .exe to any other format

    Thank you so much Vladimir. I will download Snagit! and try if it works. Also, I am sorry for not expressing my question properly. People reading the questions could have been a bit more courteous....!!! I did not expect such rude replies... afterall this is a forum for newbies too...
    Thanks

  10. #10
    Join Date
    Sep 2004
    Posts
    15

    Re: Convert .exe to any other format

    Thank you so much!! it worked and i will try to use this snagit!!! Thanks again VladimirF.
    Thanks!

  11. #11
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Convert .exe to any other format

    Quote Originally Posted by aruna1715
    Thank you so much!! it worked and i will try to use this snagit!!! Thanks again VladimirF.
    Thanks!
    You are welcome.
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

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