473,382 Members | 1,238 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to read an ISO CD image

Hi All,
In my VC7 application, I want to read particular binary file from CD
image. But that binary file exist within disk image(ISO image). How can
I read an ISO CD image using VC++?

Regards,
Rachit

Oct 14 '06 #1
2 7233
ra**********@gmail.com wrote:
Hi All,
In my VC7 application, I want to read particular binary file from CD
image. But that binary file exist within disk image(ISO image). How
can I read an ISO CD image using VC++?
Your best bet may be to look at one of the SDKs that various CD burning
programs have. I know, for example, that Nero has (or at least, used to
have) an SDK that exposed that kind of functionality. There are likely to
be open-source implementations as well - do some research.

The alternative is to get the ISO-9660 spec (and the "Joliet" spec, and the
UDF spec, and ...) and write a CD filesystem reader yourself. There's
nothing in the Windows SDK or Visual Studio itself to do that.

-cd
Oct 14 '06 #2

"Carl Daniel [VC++ MVP]" <cp*****************************@mvps.org.nospam >
wrote in message news:eB**************@TK2MSFTNGP04.phx.gbl...
ra**********@gmail.com wrote:
>Hi All,
In my VC7 application, I want to read particular binary file from CD
image. But that binary file exist within disk image(ISO image). How
can I read an ISO CD image using VC++?

Your best bet may be to look at one of the SDKs that various CD burning
programs have. I know, for example, that Nero has (or at least, used to
have) an SDK that exposed that kind of functionality. There are likely to
be open-source implementations as well - do some research.
For example http://7-zip.org/ can extract ISO files and comes with an API.
>
The alternative is to get the ISO-9660 spec (and the "Joliet" spec, and
the UDF spec, and ...) and write a CD filesystem reader yourself. There's
nothing in the Windows SDK or Visual Studio itself to do that.

-cd


Oct 26 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: CroDude | last post by:
Hi all! I have problems when writting bitmap to a byte array and after reading it back form byte to Bitmap object. What I do is this: First I throw Bitmap to a memory-stream and then I write it...
3
by: Sandi | last post by:
I have a simple problem: I have an Access database (images.mdb) that has 2 columns: one is the id if the picture (an integer) and one (column named picture) is a field of type OLE Object which...
5
by: Sumana | last post by:
Hi All, We developed our project on VC++.Net console application to create image of disk and to write the image We are having problem with reading and writing the sector beyond 6GB Disk or...
2
by: Alan | last post by:
Hello, I am making a web page where I need to show somewhere in the page a webcam without component like activex. In my webcam I can read the last picture with the following command:...
15
by: mosipenko | last post by:
I used to have a problem with DBNull, but now my issue is: System.InvalidOperationException: Invalid attempt to read when no data is present Here's my code behind: Private Sub...
1
by: Blasting Cap | last post by:
I would like to try to see if an image uploaded to a SQL database is over a specific size, and if so, to resize it when it is displayed. The following is in the Page_load event. Dim strImageID...
3
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
I try to follow Steve's paper to build a database, and store a small text file into SQL Server database and retrieve it later. Only difference between my table and Steve's table is that I use NTEXT...
3
by: eholz1 | last post by:
Hello PHP Group, I am having trouble setting permissions correctly so that the magickwand api (php 5.2) can read and write images. I usually read a file from one directory, create a magickwand...
4
by: Pacino | last post by:
Hi, everyone, I am wondering whether it's possible to read part (e.g. 1000*1000) of a huge jpeg file (e.g. 30000*30000) and save it to another jpeg file by pure python. I failed to read the...
70
by: quickcur | last post by:
hi can anyone explain me to read image to memory from a url it is very easy in java but it is hard to find an complete solution in c/c++. Thanks,
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.