there is a freedos (actually available to all as just a library for other 
compilers) library called TurboVision.
If you remember Central Point Software's stuff and Borland's compiler, this 
came from Borland's compiler.
has buttons, movable, closable windows, controls, etc. and you can make your 
own custom controls.
I happen to have documentation on TurboVision, but that's not much help on 
using the library because it's very poorly documented.
it is an old C++ framework based on classes I think.
the library is usually nameed tv-something.

 
-----------------------------------------------------
Jim Michaels
jmich...@yahoo.com
j...@jimscomputerrepairandwebdesign.com
http://JimsComputerRepairandWebDesign.com
http://JesusnJim.com (my personal site, has software)
-------
Computer memory/disk size measurements:
[KB KiB] [MB MiB] [GB GiB] [TB TiB]
[10^3B=1,000B=1KB][2^10B=1,024B=1KiB]
[10^6B=1,000,000B=1MB][2^20B=1,048,576B=1MiB]
[10^9B=1,000,000,000B=1GB][2^30B=1,073,741,824B=1GiB]
[10^12B=1,000,000,000,000B=1TB][2^40B=1,099,511,627,776B=1TiB]
Note: disk size is measured in MB, GB, or TB, not in MiB, GiB, or TiB.  
computer memory (RAM) is measured in MiB and GiB.




>________________________________
>From: Bernd Blaauw <bbla...@home.nl>
>To: freedos-devel@lists.sourceforge.net
>Sent: Wednesday, July 6, 2011 4:27 AM
>Subject: Re: [Freedos-devel] watcom tcp
>
>Op 6-7-2011 6:22, Steve Nickolas schreef:
>> On Tue, 5 Jul 2011, Jim Michaels wrote:
>>
>>> how on earth shall I expect to build a bootable ISO image with mkisofs?
>>
>> Put a boot floppy image in the folder and use
>>     mkisofs -b filename.144 -o filename.iso path/
>
>
>And isolinux as bootloader, instead of direct floppy emulation:
>
>mkisofs -boot-info-table -no-emul-boot -b isolinux/isolinux.bin -o 
>C:\MAKEISO\SHELL\ISOLINUX\FDBOOTCD.ISO C:\MAKEISO\CONTENTS
>
>I'd recommend to download some FreeDOS ISO to analyse directory layout 
>and file contents :)
>
>C:\MAKEISO (final ISO might end up here)
>C:\MAKEISO\SHELL (autorun.inf goes here)
>C:\MAKEISO\SHELL\ISOLINUX (1st ISO might end up here, also 
>isolinux.bin/isolinux.cfg, fdboot.img)
>C:\MAKEISO\CONTENTS (autorun.inf, setup.bat etc)
>C:\MAKEISO\CONTENTS\FREEDOS (FreeDOS stuff)
>C:\MAKEISO\CONTENTS\ISOLINUX (isolinux.bin/isolinux.cfg, also fdboot.img)
>
>
>Basically you can make it as complex as you like:
>* easiest: direct floppy emulation (as Steve showed)
>* harder: isolinux bootable ISO image (FreeDOS 1.0 for example)
>* complex: FreeDOS 1.1 double ISO
>* hard: adding Syslinux menu's, utilities, modules etc
>
>I've yet to analyse PartedMagic ISO to see how they manage to get such a 
>nice bootmenu.
>
>
>------------------------------------------------------------------------------
>All of the data generated in your IT infrastructure is seriously valuable.
>Why? It contains a definitive record of application performance, security 
>threats, fraudulent activity, and more. Splunk takes this data and makes 
>sense of it. IT sense. And common sense.
>http://p.sf.net/sfu/splunk-d2d-c2
>_______________________________________________
>Freedos-devel mailing list
>Freedos-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
>
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to