howto: include AVI file into *.exe file 
Author Message
 howto: include AVI file into *.exe file

hi!

now i have animation in my dialog and i will add this animation file
into exe file, so that i have only one file to distribute.
haw can i do it?

thanks in advance :-)

martin



Mon, 19 Aug 2002 03:00:00 GMT  
 howto: include AVI file into *.exe file
Martin,

include something like:

IDR_AVICOPY             AVI     DISCARDABLE     "res\\CabCopy.avi"

in your RC file and then open the file like:

m_Avi.Open(IDR_AVICOPY);

Cecil

--
Cecil A. Galbraith
CodeSoup Software  (http://www.codesoup.com)
Home of Retab for C++ and Retab for Basic
Tips/Tricks and Programmer Utilities


Quote:
> hi!

> now i have animation in my dialog and i will add this animation file
> into exe file, so that i have only one file to distribute.
> haw can i do it?

> thanks in advance :-)

> martin



Mon, 19 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. howto: include AVI file into *.exe file

2. *.avi or *.wmf included into exe-file

3. HOWTO: Get Dr. Watson to see .DBG file for MFC EXE file

4. avi: which tool can be used to create AVI file

5. Changing an .EXE file to include an advert splash screen

6. which files to include/link for a COM EXE server

7. Include dlls into one exe or dll files?

8. Include file to be distributed from within an EXE

9. Include BMP files in my EXE

10. input file is an .avi file

11. File replication and displaying avi file

12. File replication and displaying avi file

 

 
Powered by phpBB® Forum Software