Click here to Skip to main content
15,926,281 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionVC++ Express and GTK+ Pin
delphidab8-Sep-06 14:21
delphidab8-Sep-06 14:21 
QuestionReturn value from a function Pin
ankit_cse8-Sep-06 11:33
ankit_cse8-Sep-06 11:33 
AnswerRe: Return value from a function Pin
Jun Du9-Sep-06 5:07
Jun Du9-Sep-06 5:07 
GeneralRe: Return value from a function Pin
ankit_cse10-Sep-06 15:37
ankit_cse10-Sep-06 15:37 
Questiondynamically loading an unmanaged dll Pin
shezh8-Sep-06 7:13
shezh8-Sep-06 7:13 
AnswerRe: dynamically loading an unmanaged dll Pin
Jun Du8-Sep-06 7:27
Jun Du8-Sep-06 7:27 
AnswerRe: dynamically loading an unmanaged dll Pin
Nish Nishant8-Sep-06 8:08
sitebuilderNish Nishant8-Sep-06 8:08 
QuestionISO 9660 (Joliet) sector vise information Pin
vikasworks7-Sep-06 3:48
vikasworks7-Sep-06 3:48 
Hi everyone,

I am trying to extract the files/folders information from the Data ISO (Joliet format) images. My motive is to read the information from the PVD (Primary Volume Descriptor), that resides on the begening of the 16th sector of the cd. After reading the information i want to display the files, folders contained in the ISO in terms of sectors.

For example : the data segment of a sector in (ISO)JOLIET format is 2048 bytes. if an ISO image contains following 5 files
A -> 500 byte
B -> 1000 byte
C -> 2000 byte
D -> 100 byte
E -> 400 byte

then in the explorer view the 17th sector(apx.) should display:
File Sector size SpreadFlag
A 17 500
B 17 1000
C 17 548(2000) yes

And sector explorer view for the next sector should display:

File Sector size SpreadFlag
C 18 1452(2000) yes
D 18 100
E 18 400

My query is that: is their any api available which can provide me the details of the ISO image CD in terms of sectors, path table, for the files contained in it or i have to do low level programming to fetch the list of contents available on the ISO image on the CD.
I will greatly appreciate any response provided by you.

thx.

~vikas
QuestionSendOrPostCallback issue Pin
HumanTargetJoe6-Sep-06 0:56
HumanTargetJoe6-Sep-06 0:56 
AnswerRe: SendOrPostCallback issue Pin
Nish Nishant6-Sep-06 10:37
sitebuilderNish Nishant6-Sep-06 10:37 
Questionusing a .net control from native code Pin
Dave Calkins5-Sep-06 16:31
Dave Calkins5-Sep-06 16:31 
AnswerRe: using a .net control from native code Pin
Nish Nishant6-Sep-06 10:32
sitebuilderNish Nishant6-Sep-06 10:32 
GeneralRe: using a .net control from native code Pin
Dave Calkins6-Sep-06 10:41
Dave Calkins6-Sep-06 10:41 
GeneralRe: using a .net control from native code Pin
Nish Nishant6-Sep-06 10:46
sitebuilderNish Nishant6-Sep-06 10:46 
GeneralRe: using a .net control from native code Pin
Dave Calkins6-Sep-06 11:02
Dave Calkins6-Sep-06 11:02 
GeneralRe: using a .net control from native code Pin
led mike6-Sep-06 11:52
led mike6-Sep-06 11:52 
QuestionPanning sound Pin
lman8175-Sep-06 11:43
lman8175-Sep-06 11:43 
QuestionCrypto Formula Malfunction Pin
rawstar5-Sep-06 6:29
rawstar5-Sep-06 6:29 
AnswerRe: Crypto Formula Malfunction Pin
led mike5-Sep-06 6:44
led mike5-Sep-06 6:44 
QuestionMake executable file Pin
jucanpo5-Sep-06 6:08
jucanpo5-Sep-06 6:08 
AnswerRe: Make executable file Pin
toxcct5-Sep-06 6:16
toxcct5-Sep-06 6:16 
GeneralRe: Make executable file Pin
jucanpo5-Sep-06 6:23
jucanpo5-Sep-06 6:23 
GeneralRe: Make executable file Pin
toxcct5-Sep-06 21:31
toxcct5-Sep-06 21:31 
AnswerRe: Make executable file Pin
led mike5-Sep-06 6:28
led mike5-Sep-06 6:28 
QuestionGDI+ DrawPie problem? Bugs? Pin
moonreflection20005-Sep-06 5:23
moonreflection20005-Sep-06 5:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.