From: Zack on
Hi This is my first time to send questions on this site,

i want to do SD card burner ,and i need to put some files the user will pick
into image file and to save it and later give the user abbility to open the
image file and to burn/copy it to SD Card.
1) what image file can you recomend that MFC class support hadling so i can
create image file, addfiles to it ,delete files,and copy data.(*.iso ) ?
2) any class or code sample?

zack

From: Joseph M. Newcomer on
I believe I already answered this. There is no class for ISO image files. You might
consider CFile because that's just a class that writes files, and you might try a google
search for software to create ISO images.
joe

On Thu, 22 May 2008 16:48:32 +0300, "Zack" <zackm(a)infinite-memories.com> wrote:

>Hi This is my first time to send questions on this site,
>
>i want to do SD card burner ,and i need to put some files the user will pick
>into image file and to save it and later give the user abbility to open the
>image file and to burn/copy it to SD Card.
>1) what image file can you recomend that MFC class support hadling so i can
>create image file, addfiles to it ,delete files,and copy data.(*.iso ) ?
>2) any class or code sample?
>
>zack
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Zack on
Hi Joseph,

Thanks for the quick answer,
I am new at MFC so be gentle,
I have looked at the CFile class and didn't see any addFile,delete file
support,
so i assume i need to take someone else copy as reference ,or to write by my
self the support for image file ,
I also tried to looked for a smaple code in http://www.codeproject.com and
other places from google,
Do You remember a place where there is sample code i need:
just to remind you: i need to combine some files to one image file (iso or
other) ,
and to know to open the image and get file by file and then copy it to the
new directory.
it looks very simple but i can't find ?

thanks in advance
Zack Marco

"Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message
news:pi6b34hrg8huhir6sv7af435rgu1ppd9ed(a)4ax.com...
>I believe I already answered this. There is no class for ISO image files.
>You might
> consider CFile because that's just a class that writes files, and you
> might try a google
> search for software to create ISO images.
> joe
>
> On Thu, 22 May 2008 16:48:32 +0300, "Zack" <zackm(a)infinite-memories.com>
> wrote:
>
>>Hi This is my first time to send questions on this site,
>>
>>i want to do SD card burner ,and i need to put some files the user will
>>pick
>>into image file and to save it and later give the user abbility to open
>>the
>>image file and to burn/copy it to SD Card.
>>1) what image file can you recomend that MFC class support hadling so i
>>can
>>create image file, addfiles to it ,delete files,and copy data.(*.iso ) ?
>>2) any class or code sample?
>>
>>zack
> Joseph M. Newcomer [MVP]
> email: newcomer(a)flounder.com
> Web: http://www.flounder.com
> MVP Tips: http://www.flounder.com/mvp_tips.htm