home *** CD-ROM | disk | FTP | other *** search
/ PC Open 34 / pcopen34.iso / Win95 / MMView / MM.DOC < prev    next >
Encoding:
Text File  |  1999-08-30  |  24.2 KB  |  707 lines

  1. Multi Media viewer/player 1.62                          Last updated: 01/08/99
  2. ==============================
  3.  
  4.  
  5.  Table of Contents/Overview
  6. ════════════════════════════
  7.                                                         line
  8.  
  9.  1. Introduction                                          26
  10.  2. Usage : keys                                          74
  11.  3. Continues                                             89
  12.  4. To programmers/coders                                107
  13.  5. Credits                                              126
  14.  6. Cardware/Niceware                                    133
  15.  7. Other programs/products                              200
  16.  8. Target public                                        231
  17.  9. About the program                                    246
  18. 10. Legal                                                276
  19. 11. Production                                           286
  20. 12. Requirements                                         296                              296
  21. 13. Formats                                              311
  22. 14. Features                                             353
  23. 14. What's new in 1.x                                    407
  24. 15. FAQ                                                  501
  25. 16. In the future                                        565
  26. 17. How/where to contact the author                      585
  27.  
  28. (Clean eh ?)
  29.  
  30. ■ Introduction:
  31. ───────────────
  32.  
  33. This program is special written for people who have to look, search, investigate
  34. a large amount/number of files (CD-ROM's, Harddisks, uncompressed archives).
  35. A first fast/quick look. It recognises many file formats, some will be checked,
  36. other will also be viewed or played and even converted or dumped if requested.
  37.  
  38. First it was made to view things that nobody had seen before, detailed secret
  39. info, ... (so it's interesting for hackers/crackers for example)
  40. playing wav's, ico's, cur's (win) under dos, ... (some impossible things for
  41. some people)
  42.  
  43. The ultimate util
  44.  
  45. + This is an all-in-one utility, you don't need (to load) separated programs.
  46.   (you just need in fact mm.exe only, you can't forget a part)
  47.   ready to use (you don't have to shake :-) )  Multi-functional
  48.   Just copy it on little disk and get started on any PC !
  49.   (I've seen many programs that only do a fraction of what mm does !)
  50. + It's not big (in comparison, to my opinion it becomes large :-)
  51. + Relative fast (same as above), start up delay is zero :-)
  52. + Runs on most PC's, XT (if not, tell me)
  53. + Ideal to use with NC, KKC, Volkov or other filemanagers (add to cfg list)
  54. + Checks files on integrity
  55. + Debugging
  56. + To much to mention :-)
  57.  
  58. Important note: Some info that is provided could be very technical.
  59. (who cares, simply ignores it then)
  60.  
  61. It is command-line & interactive based. Multi files support, wildcards ? * . \
  62. Interactive, so press a key sometimes and don't wait, it isn't that slow.
  63. (Some say it's not user-friendly and a scroll file-list would be nicer, but
  64. problem is now the lot of information that is displayed on screen)
  65.  
  66.  
  67. Main question: What (type) is this file ? what's in it ? without losing to much
  68. time (quick) ...
  69. Answer: use Multimed 1.62 or higher and you will know it. an all-in-one utility
  70.  
  71. (Still there are other good programs ...)
  72.  
  73. (I could call it Hackers or Quick view, but it is already reserved,
  74. because i want to change the progname in the future... still)
  75.  
  76. This program support many Windows formats ! The reason, so, to make everyone
  77. less depended from MicroSoft Products, especially from windows, they have
  78. enough monopoly ...
  79.  
  80.  
  81. Usage/Keys:
  82. -----------
  83.  
  84. Commandline parameters:  x:\ * . ?
  85.  
  86. -exxx : xxx= extension, exclude ! very useful ! (all except one)
  87. -ns nosound
  88. -t Us this if your card doesn't support VESA but other SVGA (Trident)
  89. -? little help/info :-)
  90.  
  91. Esc(ape) : Cancel/quit/stop/exit
  92. Enter/return : Ok, Continue, Confirm
  93. Y(es)(Ja)/N(o)(nee) : answer (English/Dutch)
  94.  
  95. (easy eh ?)
  96.  
  97. Continues:
  98. ==========
  99.  
  100. In some way, it is an unique piece of code. Because i have seen a lot of garbage
  101. and not one Belgium production, so here it is. (there are always exceptions :-)
  102. Of course it will be improved, with your help of course, suggestions, send it to
  103. me ! (see address bellow, later i will set up a FAQ list)
  104.  
  105. This program is based at the moment on the extension of a filename and
  106. 'recognises' the file format, does some tests, so by fuckin playing with
  107. the names of extensions it's possible to fuck up everything ... nice eh
  108. Since there are many files without valid extension or renamed to hide the
  109. real format ... (copyprotection/anticrack/Hack) it is not directly possible
  110. to recognise the real format. There are a few 'rippers' that can do that for
  111. you ... (still buggy)
  112. Maybe in future 'multimed' will do that to (independed from extension,
  113. Signature/Id search, the idea is already running :-)).
  114.  
  115. For the real beginners: an extension is three letter abbreviation of the
  116. filetype, this way you can somehow 'recognise' where this bunch of data is
  117. used for. Because there are a huge amount of the short names, it becomes
  118. difficult to trace, even duplicates are not an exception anymore.
  119.  
  120. To programmers/coders:
  121. ----------------------
  122.  
  123. If someone could help me with the long-filenames of Windows-95 and later.
  124. (For example: length +11, xxxxxx~1.xxx)
  125. Is there some function or interrupt that can get that information ? yes
  126. (like findfirst/findnext under dos)
  127. -> i've already found code to read directly (sector level) under plain DOS !:-)
  128. -> some undocumented DOS interrupts, figure out with is what.(thanks to myself)
  129. -> Thanks to Redbug for the reference.
  130.  
  131. Also technical file-formats details of/from JPG/MPG and others, ... are welcome
  132. -> JPEG decoder/encoder already found, just displaying (no problem)
  133. still MPG, MP3 needed
  134.  
  135. also the LBM (RLE+/-) compression technique. and other things that are missing
  136. :-)
  137. -> Like you maybe saw already, LBM is running now ...
  138.  
  139.  
  140. Credits:
  141.  
  142. Thanks to Max Maischein for the File Format List.
  143. Bjarke Viksoe for LBM decoding and other things.
  144. RedBug for Pascal-exe tip and win95 reference (not implemented yet)
  145. and myself for the research :)
  146.  
  147. Shareware/Cardware/Niceware:
  148. ----------------------------
  149.  
  150. I've decided to publish it, now or never.
  151. Result of a lot of work. I couldn't let it unused.
  152. I think and hope it's useful for some people ...
  153.  
  154. You don't have to pay, this is the full version.
  155.  
  156. Spelling and other stuff:
  157. -------------------------
  158.  
  159. Sorry, my English sucks a little bit.
  160.  
  161. Text is mixed-up
  162.  
  163. Written in Turbo Pascal Editor :-)
  164.  
  165. (If have a feeling that the doc is not readable)
  166. I try to keep this doc complete, even with shit.
  167.  
  168. -> My first doc ...
  169.  
  170.  
  171. Important note :
  172. ----------------
  173.  
  174. Some formats are incomplete ! so don't expect to much !
  175. This is a fourth (beta) release, to see what the reactions are.
  176.  
  177. For example BMP RLE4/RLE8 compression not yet implemented ...
  178.  
  179. Some BMP and TGA are displayed upside-down, still the fastest on earth :-)
  180.  
  181. Problems with some SVGA's (VESA recommended). -> should be fixed now
  182.  
  183. Most loaders are very slow, soon they will be optimised and yes, become
  184. one of the fastest loaders (using internal buffer/Cache). The due the fact
  185. that the loaders are still in contruction phase (beta), so soon ...
  186. Look out for the next version !!!
  187.  
  188. Also about the MOV (movie) structure (problems with loader !)
  189.  
  190. Leave a message somewhere (see end of doc) if you have problems, ideas,
  191. suggestions, solutions, and so on (The last three preferred)
  192.  
  193.  
  194. No Bugs, but limitations:
  195. -------------------------
  196.  
  197. It is possible to crash the program by using files of zero-length or something
  198. small or a corrupt file. (smaller then some headers).
  199. Still, there are extensive checks performed, i can not guaranty that all errors
  200. are detected.
  201.  
  202. It was tested on many files.
  203. It is sometimes possible that you hear some beeps (ASCII 7) while displaying
  204. crap. (don't panic)
  205.  
  206. There are so many/various (unofficial) versions of the same formats, so it's
  207. sometimes possible that it goes wrong when loading them :-)
  208.  
  209. Known problems: playing samples under Windows 3.1/95/NT doesn't work well.
  210. (clock timer reset, result: very slow playrate), start up in DOS modus
  211.  
  212. Other programs/products:
  213. ------------------------
  214.  
  215. Use Vesagif from Cool mind (me) to view SVGA Gifs + build-in effects (Mirror/
  216. GreyScale/Negative/Gamma/Panning).
  217.  
  218. Compose2 to play all types of .mod/.nst (modules) PC-speaker/DAC/Covox/Stereo/
  219. mono/Scopes/VU/FFT/Trace/... (yep, my own player, not bad)
  220. ... (to much to mention :-) ), soon Pro/SB16/AWE32
  221. Sorry for GUS owners, since i have no GUS, it is difficult to implement ...
  222.  
  223. TetCrack : Cheat for MS Tetris for Windows
  224. Sokocrck : Cheat for Sokoban for Windows
  225.  
  226. Manipul : Small utility, Disk sector level, Direct Volume ID manipulation,
  227. ideal against some protection software ...
  228.  
  229. Sector V1.1 : Gives info about disk/drives partitions, boot,
  230.               LFN (Long File Names) Windows 95 under plain (old) DOS !!!
  231.  
  232. Unzipper : zip archive viewer & decompressor (V1.1)
  233.  
  234. PCD : stand-alone PhotoCD multi-resolution viewer (16M colors VESA)
  235.  
  236. Diction V1.0 : A little text translator that translates complete texts from/to
  237. a language (NL/FR/EN). Yet 1000 words supported in dictionary, easy to expand.
  238. Extra (local) languages supported. Keeps text structure and case.
  239.  
  240. Some little demo's/Intro's (GolfII(Wave), Dimension, Ultimate, ...)
  241. (Graphics effects + dance music)
  242.  
  243. and a lot more that is not published ...
  244.  
  245. (about BSR)
  246. 18/03/98
  247. The demo/intro that was announced is delayed, because i have some problems
  248. (f*ck div zero), i wanna make a good one, you know ... impressive one
  249. If someone can make a logo/graphic, i would be pleased. (credits guarantied)
  250.  
  251.  
  252. Target Public:
  253. --------------
  254.  
  255. This is intended for more advanced users, programmers and freaks, otherwise it
  256. is interesting for novice and beginners to known all types of files.
  257. Short: it is a utility for everyone !
  258.  
  259. There are (no) less command-line options yet, only path or filename can be
  260. given, Exclude files-extension. (Future: No sound option (win), print-out)
  261.  
  262. It's NOT possible (ex. Multimed > screen.txt) to redirect the output to a
  263. file/device instead of screen, because it uses direct video access.
  264. To make it work, i should use standard output and that is to slow ...
  265.  
  266.  
  267. About the program:
  268. ------------------
  269.  
  270. The program is AS-IS base, so i'm not responsible for any damage.
  271. It's free and thus freeware.
  272.  
  273. Copyright to respective owners
  274. All rights reserved
  275.  
  276. The program may not be altered (i will do it for you), no Trojans or something
  277. else. (it is easy to do that, so leave it alone).
  278. Disassembling makes no sense. (i tried myself)
  279. I will publish regularly new versions.
  280. If published on CD-ROM please inform me about it ! (is allowed)
  281.  
  282. This package must be distributed as one whole piece:
  283.  
  284. files: (MULTIM16.ZIP)
  285. MM.EXE
  286. MM.PIF
  287. MM.KKR
  288. MM.ICO
  289. MM.DOC
  290. VESAGIF.EXE
  291. VESAGIF.DOC
  292. COMPOSE2.EXE
  293. COMPOSE2.DOC
  294. PCD.EXE
  295. PCD.DOC
  296. FILE_ID.DIZ
  297. ...
  298.  
  299. Legal:
  300. ------
  301.  
  302. If someone used that (commercial/program) name before me, report that to me,
  303. i don't want to have problems or trouble.
  304.  
  305. This program is free, so i am not responsible for any damage, in any way,
  306. direct or indirect, you are free to use it on your own risk ...
  307. (don't be scared, do you)
  308.  
  309.  
  310. Production:
  311. -----------
  312.  
  313. Made in turbo pascal 6.0/7.0 + little assembler :-)
  314. and a lot of time (i can't count it, don't assume i can't count :-)
  315. It's a one man production
  316. (no external library's are used)
  317.  
  318. Requirements:
  319. -------------
  320.  
  321. - IBM-PC compatible XT or higher (i think everybody has one ...)
  322. - VGA or higher (SVGA VESA (1.2) 1MB recommended !) Videocard and screen
  323.   (If you have svga, but NO VESA, then install univesa or something similar)
  324. - PC-Speaker (this maybe to ...)
  325. - Optional DAC/Covox mono or stereo (build one yourself)
  326. - Free RAM, conventional memory (under the 640 kb) : at least 150kb
  327.   (Shouldn't be hard)
  328.  
  329. Tested on:
  330.  
  331. - XT 10mhz i8088 640kb ;-)
  332.  
  333. Formats:
  334. ********
  335.  
  336. Movies/Animations: ANI,FLI,FLC,AVI,MPG,MOV,... (mostly just Info at the moment)
  337. Graphic Pictures/images: JPG,GIF,PCX,PCC,LBM,BBM,BMP,DIB,ICO,CUR,TGA,TIF,CEL
  338. PCD(Photo-CD/Kodak),PIC,C08,C24 (PC-NewsFlash),...
  339. Fonts: FNT,FON,TTF,FOT,TOF,CHR,CPI,VGF,...
  340. Vectors: WMF,3DS,DXF
  341. Sound/samples: IFF(AIF),WAV,MUZ,RMI,CDA,VOC,SAM/RAW,SMP,ST3,CMF,BNK,ROL,SN,MP3,
  342. SF2,SBK, AU, ...
  343. Music Modules: MOD,NST,S3M,STM,XM,MTM,DMF,CBA,FAR,669,MID,(ULT,INR,PSM,WOW)
  344. Databases: DBF(DBT),MDB(MDA),XLS(XLA/XL*)
  345. Presentations: PPT,PDF
  346. Help/Guides: GID,HLP,NG
  347. Archives: CAB,ZIP,xx_(win),ARJ,RAR,(ARC),Z
  348. Executables: EXE,COM,DLL,OCX,DRV,SYS,SCR,CPL,CNV,FLT,OCX,OCA,MPD,PDR,GRP,VBX,
  349. VXD,OVL,OVR,OVY,BIN,BGI,TPU,TPL,TPP,TPW,OBJ,...
  350. (the following extensions (ASCII) has mostly no ID/signature and can't be
  351. checked...)
  352. Documents/text: TXT,HTM,CDF,URL,JS,INI,INF,NFO,INS,CNT,WRI,DOC,DOT,LEX,WP(G),
  353. WPK,DIZ,PAS,CPP,C,PRG,RTF,ANS,...
  354. Misc: 2GR,3GR(Grabber),WAD(ID-software),CFG,LNK,PIF,TP,TPB,TFA,PAL,LOG,NLS,...
  355.  
  356. +/- 140 files-types/extensions/formats !
  357.  
  358. * some PWL's have another ID, why ?
  359.  
  360. Special: CUR viewer (windows->now also under dos) !
  361.          ANI : Displays all frames (but not smoothly, see info)
  362.          ICO : Views multi-icons (2) & masks
  363.          Plays IFF,VOC & WAV via speaker and DAC, even 16-bit and stereo
  364.          S3M full loader, dumps instruments in raw format on request
  365.          CDA : Windows 95 CD Audio ! (look at your CD-ROM drive)
  366.          ...
  367.  
  368. Some formats mentioned here are far from complete, this
  369. due lack of information about the structure or complexity.
  370.  
  371. For FastTracker 2.x users: WAV can be converted to IFF
  372.                            (limit (temp): 32kb 8-bit only ...)
  373. (shit, FT 2.8 supports wav's now)
  374.  
  375. If you didn't know, i make music sometimes ...
  376.  
  377. Features:
  378.  
  379. - Dump
  380. - Convert
  381. - Play
  382. - View/info
  383. - Check (Fake/Real/Corrupt)
  384.  
  385. EXE (real-time de)compressed
  386. - PKlite detection
  387. - LZEXE 0.90 & 0.91 detection (added), 1.00 exist ?
  388.  
  389. - TLINK
  390. - Date/time displayed
  391. - Windows (OS) EXE detect (added)
  392. - Validate (scan) check detect and removal !
  393. - Some info you never seen before (unique/exclusive)
  394. - A lot more, just try it
  395. ...
  396.  
  397. (started from version 1.00)
  398.  
  399. 1.3
  400. \\\\
  401.  
  402. - LZEXE 0.91
  403. - Tlink
  404. - Own external PCD and VESAGIF
  405. - ...
  406.  
  407. What's new in V1.4
  408. //////////////////
  409.  
  410. - Keeping track of this list
  411. - EXE bug "ID not found"
  412. - EXE 'PM' (Protected mode)
  413. - LZEXE 0.90 (old version)
  414. - File Time/Date displayed
  415. - ITF (Impulse tracker Font) viewer !
  416. - PDF version 1.1 and 1.2
  417. - TPU/TPL/TPP/(TPW) unit version
  418. - ZIP: CRC id, time/date, local header
  419. - Multimed.ICO & PIF
  420. - BMP 1024x768x256 (bug fixed)
  421. - MID info (tracks,...)
  422. - 669 loader added (forgotten)
  423. - added some extensions
  424. - TGA bug fixed
  425. - VOC full loader added (sound) (>64b !)
  426. - Faster text engine reader ('more' later)
  427. - Speed-up PCX engine ! (the rest will follow ...)
  428. - ...
  429.  
  430. 1.5 (1.41)
  431. -=-=-=-=-=-
  432.  
  433. + FULL & fast LBM/BBM (Deluxe paint) loader, also >64k, 2/256 colors !
  434.   incl. stamp (dumbnail), now VESA instead of svga
  435. + Easier commandline/input .*, if f.e. MM -> MM.*
  436. + Some extensions added for future use/support
  437. + Shorter filename MM, for faster execute, easier type
  438. + General clean-up code and screen, some speed-ups (always improving)
  439. + ROL info (part)
  440. + General faster graphic output ! (rewritten), see also VESAGIF
  441. + MTM (Multi Tracker Module) FULL loader (extented)
  442. + EXE loader : more details info (never finisched :-)
  443.   (PKLITE/TLINK version)
  444. + Little bug fixed in New exe loader + more detailed info
  445. + TGA, PIF even more info
  446. + KKR (Ketchup Killers Commander Description from RedBug)
  447. + WAV, works now on slow PC's to, should support ALL wav's + info author, ...
  448. + ICO should support weird ico's to ...
  449. + !!! ANI support ! (Windows Animated Cursor)
  450. + ASCII + ANSI filter (!) viewer, more
  451. + NoSound option is finally available ! (+Windows detect)
  452. + BMP (256 color) speed-up (+RLE8)
  453. + CAB file/archive info !!! (Thanks again for my hackers capabilities :-)
  454. + ...
  455.  
  456.  1.51
  457. -/-/-/
  458.  
  459. - CEL Autodesk (320x200x256 color) pic
  460. - AU NeXT/Sun audio info
  461. - BMP RLE4/8 (16 & 256 Colors) + Bug Fixed ? (not 100%)
  462. - DMF inforeader added
  463. - CMF (Switched with VOC)
  464. - TGA palmap bug fixed
  465. - XMS added for future use (Don't need EMM386, QEMM or similar, only HIMEM.SYS)
  466. - Added Compose2.* (MOD/NST)
  467. - Some typo's corrected (was still with my mind in 1997 :)
  468. - Pklite 2.01 added ... (ok, it's not what it should be:universal)
  469. - NCD
  470. - ...
  471.  
  472. 1.52
  473. ----
  474.  
  475. - VOC memory usage fixed
  476. - CMF signature fixed
  477. - PDF 1.0, MID, JPG, Z, KKR, CAB, MP3, ... more support
  478.  
  479. 1.53
  480. °°°°
  481.  
  482. + The biggest bug ever: Win 95 detection fixed
  483. + MM.PIF wasn't valid, ICO
  484. + GRP info (win group)
  485. + Cel bug (scrwidth & 256 height)
  486. + ...
  487.  
  488. 1.6
  489. ---
  490.  
  491. - 1 and 16 Color BMP & TGA Speed-up (File and Video part)
  492. - 256-color BMP left-right correction and speed-up + win95 logo pal-scroll
  493. - DOC/XLS/PPT Version dectection
  494. - MP3/MP2 type
  495. - OBJ, JPG info expansion
  496. - Reduced stackspace
  497. - JS, HTM
  498. - 808x (XT), 286 (AT) and 386 (32-bits) version available
  499. - General VESA 2.0 bug fixed (worked under 1.2)
  500. - ...
  501.  
  502.  1.62
  503. >>>>>>
  504.  
  505. - -t switch commandline option, in case VESA doesn't work
  506. - More Video Modes (better fit) and standard VGA modes
  507. - ASCII full screen view (25/43/50 lines)
  508. - Full CPU detect (from XT to Pentium III)
  509. - FRM/FRX/TLB VB
  510. - THE (Cats)
  511. - XMS >64MB (V3.0) 'bug' fixed, now more than 64 MB memory available.
  512. - Some minor changes
  513. - ...
  514.  
  515.  
  516. If you want to see the speed-ups very clear, then put the files on a floppy
  517. disk and load from there and compare ... (you will notice the difference :)
  518. This means, if you have a slow drive (HD, CDROM or other media) then slowness
  519. will be less noticeable then before.
  520.  
  521. To do: - Mode X 320x400, 360x, ...
  522.        - CDA wrong format info
  523.        - PCD trident -> vesa comp. + build-in
  524.        - TGA RLE (trouble with 16 and 24-bit)
  525.        - AVI integrating in RIFF(WaV) engine + info (geewiz)
  526.        - 16 color LBM, pcx ?
  527.        - Speed-up 24-bit BMP + Upside-down
  528.        - FileManager-Scroll-list
  529.        - EXE-loader expansion ...
  530.        - SB16 sound (16-bit/44.1 khz CD-quality) !
  531.        - Windows version ?
  532.        - ...
  533.  
  534. I didn't told it yet, but hidden files are also displayed by default ...
  535.  
  536. Date and time in the following format: DD/MM/YYYY HH:MM:SS
  537.  
  538. Don't panic if you see hundreds of numbers scrolling over the screen, it
  539. means it's beta, if it is 20 Mega or more you have to wait a while ...
  540.  
  541. "Shit happens"
  542.  
  543. The program can more than you think at the first place.
  544. (not everything is mentioned here) like a secret part
  545. Some things are added for future use :-)
  546.  
  547. Maybe in the (near) future
  548.  
  549. browser/filemanager:
  550. - Full CPU detect
  551. - more NC support
  552. - textmode or graphic, window(s), menu, 80x50/640x480
  553. - XMS (& EMS)
  554. - graphic mouse
  555. - 20 fonts
  556. - search engine, extractor (dump), convert, ...
  557. - color
  558. - ...
  559.  
  560. Don't assume that other things can't be implemented, i'm just lazy,
  561. that's all ... (with the just encouragement, it will work :-)
  562.  
  563.  
  564. FAQ/frequently Asked Questions
  565. ==============================
  566.  
  567. > Why don't you use a filescroll-list like for example NC ?
  568.  
  569. Well, eh, there is a lot of info to show, therefore i have to
  570. change the screen so often that it makes no sence, (needs
  571. always a filewindow, space on screen), second
  572. i'm to lazy and third: ... (look at Window.exe demo ...)
  573.  
  574. > You use extensions instead of signature searching, why ?
  575.  
  576. The reason is because there are a lot of formats that can't be
  577. detected with an specific ID, for example the ICO,PCX,TGA,PIF, ...
  578. But i would be an good idea, still the program is already checking
  579. some signatures for ensurement ... (I think the best solution is just
  580. between them, 50% extension based, 1/2 signature/ID detection :-)
  581.  
  582. > I get 'Access Denied' and it just skips the file ...
  583.  
  584. Well, this is probably a (open) file that is in use by a user or program,
  585. mostly in network environment.
  586.  
  587. > Some formats doesn't work
  588.  
  589. Well, they supposed to be a part for future use, better this than nothing ...
  590. (Some bugs are put in there to get response :-)
  591. Use the exclude option if you want to avoid that.
  592.  
  593. > Graphic display is fucked up ...
  594. Jesus, this was an incompatiblety, did work only on Trident and compatibles,
  595. should work now (from ver 1.4 and higher), now VESA support, soon option.
  596.  
  597. > I get run-time error 100 or something ...
  598.  
  599. eh, this is the error i warned about, it means that the file is corrupted ...
  600. (zero length, smaller than the common header)
  601.  
  602. > I have 'Division by Zero' err 200: x / 0 (runtime error)
  603. Serious problems, give me a sign, send me the version & line number (CS:IP)
  604.  
  605. > I'm working in text mode 80x43/50, is there a way to change the [more]
  606. (number of lines displayed when it waits for a key) ?
  607.  
  608. No, the number of lines are fixed and are hard-coded.
  609. (This will be fixed when there is a windowed (scroll) version :-)
  610.  
  611. > At the right of the bitmap (BMP) strange pattern
  612. Well, this part is normally not seen (hidden), but stored in the file, width is
  613. always multiplyer of 4, this is mostly useless space filled with random pixels.
  614. (for win speed reasons i think, 32-bit uhuh), once again you see something that
  615. nobody has seen before. (it can contain a bitmapped message)
  616.  
  617. > Pklite version is wrong,
  618. Could be, probably not only that, there are many developers that change that
  619. to mislead you & some programs.
  620.  
  621. > I hate the start-up colors ...
  622. Change the palette :)
  623.  
  624. > Next, i'm waiting ...
  625.  
  626. Boys (and girls), i need more feedback ...
  627.  
  628. Let me know what you want to see improved, it is up to you now !
  629.  
  630.  
  631. In the Future:
  632. ______________
  633.  
  634. More formats + bug fixes, updates, more Windows (95) support, EMS/XMS usage,
  635. commandline options, graphic menu version 8o), speed-ups, ...
  636.  
  637. Soon many more (or extented) ...
  638. (did i say this twiece ?)
  639.  
  640. If a extension in not known (unknown yet) then you can report this (only) if
  641. it is frequently used and an important format and at least can tell me what
  642. it contains.
  643.  
  644. Don't hesitate to ask, reply, suggest ect.
  645.  
  646. So, if you know something like, this would make it cool ! then contact me.
  647.  
  648. Keep the spirit alive !
  649.  
  650.  
  651. How/where to contact the author:
  652. --------------------------------
  653.  
  654.                                                  Cool Mind
  655.  
  656.                    Contact:                      Brackenier Bart
  657.                                                  Wolvestraat 12
  658.                                                  9200 Dendermonde
  659.       (Near Brussels, Brugge and Antwerp)        Belgium
  660.                                                  Voice: +32 52/22.38.61
  661.                     Europe                       Fax/Data: +32 52/21.86.41
  662.  
  663. At the moment i just left high-scool and i am working (more than six months
  664. now), so i'm (still) very busy ... (The big advantage when going to scool is
  665. having much (lack of) time for coding ...)
  666.  
  667. Still you can e-mail me at internet adress:
  668.  
  669.  ! New internet mail adress ! Do not use the old one please !
  670.  
  671.    Bart.Brackenier@belgacom.be    (a shorter one :-)
  672.  
  673. Web/Homepages:
  674. http://www.angelfire.com/co/DENDERMOTORS/coolmind.html
  675. http://members.tripod.lycos.nl/coolmind/
  676. (Case sensitive!)
  677.  
  678. You can here obtain the latest version.
  679.  
  680. ftp://ftp.simtel.net/pub/simtelnet/msdos/mmedia/multim16.zip
  681. (V1.62, 180 kBytes)
  682.  
  683. or leave a message at following BBS's (Belgium +32):
  684.  
  685. Enigma 02/
  686.  
  687. (Genesis     02/245.34.98 or 02/248.14.20 (ISDN/V34) (Darkness/MadFlight))
  688. (PsychoByte  03/457.89.27 (V34) (Magister Noctis))
  689. (FootPrint   +32 09/3727463 (Baxter))
  690.  
  691. (Fuck, the telephonenumbers always changes)
  692.  
  693. Credits and
  694. greetings to in random order: Sub Zero, Ice, Game Wave, Tran, Group II, Sylvia,
  695. Prozac, Static, Stone Eagle, Byke, Acme, EMF, Wow, RealTech, Orange, Tran, Ill,
  696. MiRAGE, R.A.F. (Zovirax), TBA, Gothic, MaXx, Pulpe, Cobra, Access, Magic Fred,
  697. Ketchup Killers, Redbug, Future Crew, Geoff, VLA, Triton, Byke, Tron, McGarret,
  698. Green, Baxter, Cray, The Coexistence, Lord Cyrix, Access Denied, Dark Angel,
  699. The Codeblasters, Imphobia/Cascada, Darkness, MadFlight, Cabot, Jare/Iguana, Dust,
  700. Magister Noctis, Mellow-D, Sonic PC, Renaissance, Anarchy PC, N-factor, Killer,
  701. Sleeping Dog, Legend design, all (other) demogroups and everyone i forgot ...
  702.  
  703. (This is not ment to discriminate someone,
  704. Send me a nice/cute mail if you want to get in this list)
  705.  
  706. CU at some party ...                                        <CooL MiND>
  707.