Link to home
Start Free TrialLog in
Avatar of TawVb
TawVb

asked on

CD Burn Formats

I have programmed a game in VB6. It uses 2 CD's and has to access a lot of
*.avi and sound files. It also accesses some *.txt files. It also has an installation for
the game.

What writing format shaould I use? ISSO or JOILET? I found some formats dont work on older CD drives (below 8x) What sub format should I use for
distribution?
ASKER CERTIFIED SOLUTION
Avatar of dovcamp
dovcamp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jhance
jhance

If the CDROM distribution is for Windows computers, use Joliet.  If it's for non-Windows computers or a mixture, use ISO-9660.
Avatar of TawVb

ASKER

My filenames are long! What sub format (if any)
of JOILET should I use?
By sub formats do you mean cd-rom(mode 1) and cd-rom XA (mode 2)? If so you CD-ROM (mode 1) will be more compatible with very old cd-rom drives.  But CD-ROM XA (mode 2) ads better audio and video capabilities, so you may have to sacrifice one or the other and play around with the results.

You mentioned putting music files on the CD would this be CD Tracks or just sound files?  If it's just sound files the above should be fine, if it's cd tracks it gets more complicated.

Avatar of TawVb

ASKER

Yes I did mean CD-ROM XA and CD-ROM. I don't
have CD player sound files, only *.wav and
others like this. My program uses active movie to
play them.

What type of better audio and *.avi capabilities
is there in the CD-ROM XA mode?
I have to know the addventages as to decide
which sacrifise to make.

Thanks
Go with ISO.  Makes much better sense.
Avatar of TawVb

ASKER

Adjusted points from 50 to 80
Avatar of TawVb

ASKER

ISO has short filenames, does 8+3 mean 8 chars then 3 for extention?
Yes, that's what it means.
Avatar of TawVb

ASKER

Too shoooort!