
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